pub struct BOsc {
pub node: BOsc,
}
Expand description
Parameter Setter API Struct for Node BOsc
Fields
node: BOsc
Implementations
sourceimpl BOsc
impl BOsc
sourcepub fn freq(self, v: f32) -> BOsc
pub fn freq(self, v: f32) -> BOsc
Set input parameter for Node BOsc Input freq
sourcepub fn det(self, v: f32) -> BOsc
pub fn det(self, v: f32) -> BOsc
Set input parameter for Node BOsc Input det
sourcepub fn pw(self, v: f32) -> BOsc
pub fn pw(self, v: f32) -> BOsc
Set input parameter for Node BOsc Input pw
sourcepub fn wtype(self, v: i64) -> BOsc
pub fn wtype(self, v: i64) -> BOsc
Set setting for Node BOsc Setting wtype
Auto Trait Implementations
impl !RefUnwindSafe for BOsc
impl !Send for BOsc
impl !Sync for BOsc
impl Unpin for BOsc
impl !UnwindSafe for BOsc
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