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