pub struct FPU { /* private fields */ }
Expand description
Floting point unit
Implementations§
Trait Implementations§
Source§impl Deref for FPU
impl Deref for FPU
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for FPU
Auto Trait Implementations§
impl Freeze for FPU
impl RefUnwindSafe for FPU
impl !Sync for FPU
impl Unpin for FPU
impl UnwindSafe for FPU
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