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