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