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