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