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