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