pub enum Dmic0 {
NoEffect = 0,
ClrStartEn0 = 1,
}Expand description
no description available
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Dmic0
impl Eq for Dmic0
impl StructuralPartialEq for Dmic0
Auto Trait Implementations§
impl Freeze for Dmic0
impl RefUnwindSafe for Dmic0
impl Send for Dmic0
impl Sync for Dmic0
impl Unpin for Dmic0
impl UnwindSafe for Dmic0
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