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