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