#[repr(C)]pub struct Dwarf_CFI_Entry {
pub CIE_id: __BindgenUnionField<Dwarf_Off>,
pub cie: __BindgenUnionField<Dwarf_CIE>,
pub fde: __BindgenUnionField<Dwarf_FDE>,
pub bindgen_union_field: [u64; 10],
}Fields§
§CIE_id: __BindgenUnionField<Dwarf_Off>§cie: __BindgenUnionField<Dwarf_CIE>§fde: __BindgenUnionField<Dwarf_FDE>§bindgen_union_field: [u64; 10]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dwarf_CFI_Entry
impl RefUnwindSafe for Dwarf_CFI_Entry
impl !Send for Dwarf_CFI_Entry
impl !Sync for Dwarf_CFI_Entry
impl Unpin for Dwarf_CFI_Entry
impl UnwindSafe for Dwarf_CFI_Entry
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