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