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