pub enum DsdRate {
DSD64 = 1,
DSD128 = 2,
DSD256 = 4,
}Expand description
DSD rate multiplier
Variants§
Trait Implementations§
impl Copy for DsdRate
impl Eq for DsdRate
impl StructuralPartialEq for DsdRate
Auto Trait Implementations§
impl Freeze for DsdRate
impl RefUnwindSafe for DsdRate
impl Send for DsdRate
impl Sync for DsdRate
impl Unpin for DsdRate
impl UnwindSafe for DsdRate
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