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