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