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