pub struct ModulationDepth(/* private fields */);Expand description
Depth used for DCA/DCF modulation values
Trait Implementations§
Source§impl Clone for ModulationDepth
impl Clone for ModulationDepth
Source§fn clone(&self) -> ModulationDepth
fn clone(&self) -> ModulationDepth
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModulationDepth
impl Debug for ModulationDepth
Source§impl Default for ModulationDepth
impl Default for ModulationDepth
Source§impl Display for ModulationDepth
impl Display for ModulationDepth
Source§impl PartialEq for ModulationDepth
impl PartialEq for ModulationDepth
Source§impl Ranged for ModulationDepth
impl Ranged for ModulationDepth
impl Copy for ModulationDepth
impl Eq for ModulationDepth
impl StructuralPartialEq for ModulationDepth
Auto Trait Implementations§
impl Freeze for ModulationDepth
impl RefUnwindSafe for ModulationDepth
impl Send for ModulationDepth
impl Sync for ModulationDepth
impl Unpin for ModulationDepth
impl UnwindSafe for ModulationDepth
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more