#[repr(C)]pub struct arch_esf___basic_sf__bindgen_ty_6 {
pub lr: __BindgenUnionField<u32>,
pub r14: __BindgenUnionField<u32>,
pub bindgen_union_field: u32,
}
Fields§
§lr: __BindgenUnionField<u32>
§r14: __BindgenUnionField<u32>
§bindgen_union_field: u32
Auto Trait Implementations§
impl Freeze for arch_esf___basic_sf__bindgen_ty_6
impl RefUnwindSafe for arch_esf___basic_sf__bindgen_ty_6
impl Send for arch_esf___basic_sf__bindgen_ty_6
impl Sync for arch_esf___basic_sf__bindgen_ty_6
impl Unpin for arch_esf___basic_sf__bindgen_ty_6
impl UnwindSafe for arch_esf___basic_sf__bindgen_ty_6
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