pub enum RXDMAENW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field RXDMAEN
Variants§
Auto Trait Implementations§
impl Freeze for RXDMAENW
impl RefUnwindSafe for RXDMAENW
impl Send for RXDMAENW
impl Sync for RXDMAENW
impl Unpin for RXDMAENW
impl UnwindSafe for RXDMAENW
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