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