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