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