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