pub enum FORMAT_A {
I2S = 0,
ALIGNED = 1,
}
Expand description
Frame format.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for FORMAT_A
impl StructuralPartialEq for FORMAT_A
Auto Trait Implementations§
impl Freeze for FORMAT_A
impl RefUnwindSafe for FORMAT_A
impl Send for FORMAT_A
impl Sync for FORMAT_A
impl Unpin for FORMAT_A
impl UnwindSafe for FORMAT_A
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
)