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