pub enum RwInfo {
Show 16 variants
R,
RW,
RX,
RRW,
RWX,
W,
WRW,
WRX,
WRRW,
WRRX,
WW,
X,
XRX,
XXRRX,
LDn,
STn,
}Variants§
Implementations§
Source§impl RwInfo
impl RwInfo
pub const SPECIAL_START: Self = Self::LDn
Trait Implementations§
impl Copy for RwInfo
impl Eq for RwInfo
impl StructuralPartialEq for RwInfo
Auto Trait Implementations§
impl Freeze for RwInfo
impl RefUnwindSafe for RwInfo
impl Send for RwInfo
impl Sync for RwInfo
impl Unpin for RwInfo
impl UnsafeUnpin for RwInfo
impl UnwindSafe for RwInfo
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