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