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