pub struct BOsc {
pub node: BOsc,
}
Expand description
Input Port API Struct for Node BOsc
Fields
node: BOsc
Implementations
sourceimpl BOsc
impl BOsc
sourcepub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
pub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
Assign to input port for Node BOsc Input freq
sourcepub fn det(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
pub fn det(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
Assign to input port for Node BOsc Input det
sourcepub fn pw(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
pub fn pw(self, node: &dyn ConstructorNodeOutputPort) -> BOsc
Assign to input port for Node BOsc Input pw
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