pub struct FbRd {
node_id: NodeId,
ops: Rc<RefCell<Vec<ConstructorOp>>>,
}
Expand description
Build API Struct for Node FbRd
Fields
node_id: NodeId
ops: Rc<RefCell<Vec<ConstructorOp>>>
Implementations
sourceimpl FbRd
impl FbRd
sourcepub fn set(self) -> FbRd
pub fn set(self) -> FbRd
Returns a structure with all settable parameters and settings. See also Node FbRd
sourcepub fn set_mod(self) -> FbRd
pub fn set_mod(self) -> FbRd
Returns a structure with all settable parameters with modulation amount. See also Node FbRd
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for FbRd
impl !Send for FbRd
impl !Sync for FbRd
impl Unpin for FbRd
impl !UnwindSafe for FbRd
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