pub struct FbWr {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node FbWr
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl FbWr
impl FbWr
sourcepub fn set(self) -> FbWr
pub fn set(self) -> FbWr
Returns a structure with all settable parameters and settings. See also Node FbWr
sourcepub fn set_mod(self) -> FbWr
pub fn set_mod(self) -> FbWr
Returns a structure with all settable parameters with modulation amount. See also Node FbWr
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FbWr
impl !Send for FbWr
impl !Sync for FbWr
impl Unpin for FbWr
impl !UnwindSafe for FbWr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more