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