Enum Rnw
#[repr(u8)]pub enum Rnw {
Write = 0,
Read = 1,
}Variants§
Implementations§
Trait Implementations§
impl Copy for Rnw
impl Eq for Rnw
§impl Ord for Rnw
impl Ord for Rnw
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Rnw
impl PartialOrd for Rnw
impl StructuralPartialEq for Rnw
Auto Trait Implementations§
impl Freeze for Rnw
impl RefUnwindSafe for Rnw
impl Send for Rnw
impl Sync for Rnw
impl Unpin for Rnw
impl UnsafeUnpin for Rnw
impl UnwindSafe for Rnw
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