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