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