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