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