#[repr(u8)]pub enum MctrlDir {
DIRWRITE = 0,
DIRREAD = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for MctrlDir
impl Ord for MctrlDir
Source§impl PartialOrd for MctrlDir
impl PartialOrd for MctrlDir
impl Copy for MctrlDir
impl Eq for MctrlDir
impl StructuralPartialEq for MctrlDir
Auto Trait Implementations§
impl Freeze for MctrlDir
impl RefUnwindSafe for MctrlDir
impl Send for MctrlDir
impl Sync for MctrlDir
impl Unpin for MctrlDir
impl UnwindSafe for MctrlDir
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