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