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