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