#[repr(u8)]pub enum Dmic0Rst {
CLEAR_RESET = 0,
SET_RESET = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Dmic0Rst
impl Ord for Dmic0Rst
Source§impl PartialOrd for Dmic0Rst
impl PartialOrd for Dmic0Rst
impl Copy for Dmic0Rst
impl Eq for Dmic0Rst
impl StructuralPartialEq for Dmic0Rst
Auto Trait Implementations§
impl Freeze for Dmic0Rst
impl RefUnwindSafe for Dmic0Rst
impl Send for Dmic0Rst
impl Sync for Dmic0Rst
impl Unpin for Dmic0Rst
impl UnwindSafe for Dmic0Rst
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