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