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