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