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