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