pub struct Sampl {
pub node: Sampl,
}
Expand description
Input Port API Struct for Node Sampl
Fields
node: Sampl
Implementations
sourceimpl Sampl
impl Sampl
sourcepub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn freq(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input freq
sourcepub fn trig(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn trig(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input trig
sourcepub fn offs(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn offs(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input offs
sourcepub fn len(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn len(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input len
sourcepub fn dcms(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn dcms(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input dcms
sourcepub fn det(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
pub fn det(self, node: &dyn ConstructorNodeOutputPort) -> Sampl
Assign to input port for Node Sampl Input det
Auto Trait Implementations
impl !RefUnwindSafe for Sampl
impl !Send for Sampl
impl !Sync for Sampl
impl Unpin for Sampl
impl !UnwindSafe for Sampl
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