pub struct FPCAR { /* private fields */ }
Expand description
Floating-point context address register
Implementations§
Auto Trait Implementations§
impl !Freeze for FPCAR
impl !RefUnwindSafe for FPCAR
impl Send for FPCAR
impl !Sync for FPCAR
impl Unpin for FPCAR
impl UnwindSafe for FPCAR
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