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