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