Struct cortex_m::peripheral::FPU
source · pub struct FPU { /* private fields */ }
Expand description
Floating Point Unit
Trait Implementations§
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