pub enum SampleShifting {
    None,
    HalfCycle,
}Variants§
Trait Implementations§
Source§impl Clone for SampleShifting
 
impl Clone for SampleShifting
Source§fn clone(&self) -> SampleShifting
 
fn clone(&self) -> SampleShifting
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 Format for SampleShifting
 
impl Format for SampleShifting
Source§impl From<SampleShifting> for bool
 
impl From<SampleShifting> for bool
Source§fn from(value: SampleShifting) -> Self
 
fn from(value: SampleShifting) -> Self
Converts to this type from the input type.
impl Copy for SampleShifting
Auto Trait Implementations§
impl Freeze for SampleShifting
impl RefUnwindSafe for SampleShifting
impl Send for SampleShifting
impl Sync for SampleShifting
impl Unpin for SampleShifting
impl UnwindSafe for SampleShifting
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