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