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