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