#[repr(u8)]pub enum Prtintmsk {
MASK = 0,
NOMASK = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Prtintmsk
impl Ord for Prtintmsk
Source§impl PartialOrd for Prtintmsk
impl PartialOrd for Prtintmsk
impl Copy for Prtintmsk
impl Eq for Prtintmsk
impl StructuralPartialEq for Prtintmsk
Auto Trait Implementations§
impl Freeze for Prtintmsk
impl RefUnwindSafe for Prtintmsk
impl Send for Prtintmsk
impl Sync for Prtintmsk
impl Unpin for Prtintmsk
impl UnwindSafe for Prtintmsk
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)