Enum stm32_metapac::sai::vals::Micnbr
#[repr(u8)]pub enum Micnbr {
_2MICS = 0,
_4MICS = 1,
_6MICS = 2,
_8MICS = 3,
}
Variants§
_2MICS = 0
Configuration with 2 microphones
_4MICS = 1
Configuration with 4 microphones
_6MICS = 2
Configuration with 6 microphones
_8MICS = 3
Configuration with 8 microphones
Implementations§
Trait Implementations§
§impl Ord for Micnbr
impl Ord for Micnbr
§impl PartialOrd for Micnbr
impl PartialOrd for Micnbr
impl Copy for Micnbr
impl Eq for Micnbr
impl StructuralPartialEq for Micnbr
Auto Trait Implementations§
impl Freeze for Micnbr
impl RefUnwindSafe for Micnbr
impl Send for Micnbr
impl Sync for Micnbr
impl Unpin for Micnbr
impl UnwindSafe for Micnbr
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
)