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