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