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