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