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