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