#[repr(C)]pub struct arch_esf___basic_sf {
pub __bindgen_anon_1: arch_esf___basic_sf__bindgen_ty_1,
pub __bindgen_anon_2: arch_esf___basic_sf__bindgen_ty_2,
pub __bindgen_anon_3: arch_esf___basic_sf__bindgen_ty_3,
pub __bindgen_anon_4: arch_esf___basic_sf__bindgen_ty_4,
pub __bindgen_anon_5: arch_esf___basic_sf__bindgen_ty_5,
pub __bindgen_anon_6: arch_esf___basic_sf__bindgen_ty_6,
pub __bindgen_anon_7: arch_esf___basic_sf__bindgen_ty_7,
pub xpsr: u32,
}
Fields§
§__bindgen_anon_1: arch_esf___basic_sf__bindgen_ty_1
§__bindgen_anon_2: arch_esf___basic_sf__bindgen_ty_2
§__bindgen_anon_3: arch_esf___basic_sf__bindgen_ty_3
§__bindgen_anon_4: arch_esf___basic_sf__bindgen_ty_4
§__bindgen_anon_5: arch_esf___basic_sf__bindgen_ty_5
§__bindgen_anon_6: arch_esf___basic_sf__bindgen_ty_6
§__bindgen_anon_7: arch_esf___basic_sf__bindgen_ty_7
§xpsr: u32
Auto Trait Implementations§
impl Freeze for arch_esf___basic_sf
impl RefUnwindSafe for arch_esf___basic_sf
impl Send for arch_esf___basic_sf
impl Sync for arch_esf___basic_sf
impl Unpin for arch_esf___basic_sf
impl UnwindSafe for arch_esf___basic_sf
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