pub struct SFilter {
pub node: SFilter,
}
Expand description
Parameter and Modulation Amount Setter API Struct for Node SFilter
Fields
node: SFilter
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for SFilter
impl !Send for SFilter
impl !Sync for SFilter
impl Unpin for SFilter
impl !UnwindSafe for SFilter
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