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