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