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