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