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