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