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