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