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