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