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