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