pub enum Format {
Data16Channel16,
Data16Channel32,
Data24Channel32,
Data32Channel32,
}
Expand description
I2S data format.
Variants§
Data16Channel16
16 bit data length on 16 bit wide channel
Data16Channel32
16 bit data length on 32 bit wide channel
Data24Channel32
24 bit data length on 32 bit wide channel
Data32Channel32
32 bit data length on 32 bit wide channel
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Format
impl RefUnwindSafe for Format
impl Send for Format
impl Sync for Format
impl Unpin for Format
impl UnwindSafe for Format
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)