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