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