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