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