#[repr(C, align(16))]pub union FPReg {
pub d: floatx80,
pub mmx: MMXReg,
}Fields§
§d: floatx80§mmx: MMXRegTrait Implementations§
Auto Trait Implementations§
impl Freeze for FPReg
impl RefUnwindSafe for FPReg
impl Send for FPReg
impl Sync for FPReg
impl Unpin for FPReg
impl UnwindSafe for FPReg
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