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