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