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