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