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