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