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