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