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