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