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