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