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