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