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