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