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