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