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