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