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