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