pub enum FmtType {
Planar,
Interleaved,
}Expand description
DSD channel format
Variants§
Trait Implementations§
impl Copy for FmtType
impl StructuralPartialEq for FmtType
Auto Trait Implementations§
impl Freeze for FmtType
impl RefUnwindSafe for FmtType
impl Send for FmtType
impl Sync for FmtType
impl Unpin for FmtType
impl UnsafeUnpin for FmtType
impl UnwindSafe for FmtType
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