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