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