#[repr(C)]pub struct FPU_Type {
pub RESERVED0: [u32; 1],
pub FPCCR: u32,
pub FPCAR: u32,
pub FPDSCR: u32,
pub MVFR0: u32,
pub MVFR1: u32,
pub MVFR2: u32,
}
Fields§
§RESERVED0: [u32; 1]
§FPCCR: u32
§FPCAR: u32
§FPDSCR: u32
§MVFR0: u32
§MVFR1: u32
§MVFR2: u32
Trait Implementations§
impl Copy for FPU_Type
Auto Trait Implementations§
impl RefUnwindSafe for FPU_Type
impl Send for FPU_Type
impl Sync for FPU_Type
impl Unpin for FPU_Type
impl UnwindSafe for FPU_Type
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