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