Enum hexodsp::build::ConstructorOp
source · [−]pub enum ConstructorOp {
SetDenorm(String, f32),
SetDenormModAmt(String, f32, f32),
SetSetting(String, i64),
Input(String, ConstructorNode, String),
}
Variants
SetDenorm(String, f32)
SetDenormModAmt(String, f32, f32)
SetSetting(String, i64)
Input(String, ConstructorNode, String)
Trait Implementations
sourceimpl Clone for ConstructorOp
impl Clone for ConstructorOp
sourcefn clone(&self) -> ConstructorOp
fn clone(&self) -> ConstructorOp
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ConstructorOp
impl Debug for ConstructorOp
sourceimpl PartialEq<ConstructorOp> for ConstructorOp
impl PartialEq<ConstructorOp> for ConstructorOp
sourcefn eq(&self, other: &ConstructorOp) -> bool
fn eq(&self, other: &ConstructorOp) -> bool
impl StructuralPartialEq for ConstructorOp
Auto Trait Implementations
impl !RefUnwindSafe for ConstructorOp
impl !Send for ConstructorOp
impl !Sync for ConstructorOp
impl Unpin for ConstructorOp
impl !UnwindSafe for ConstructorOp
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