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