#[repr(C)]pub struct Dwarf_Die {
pub addr: *mut c_void,
pub cu: *mut Dwarf_CU,
pub abbrev: *mut Dwarf_Abbrev,
pub padding__: c_long,
}Fields§
§addr: *mut c_void§cu: *mut Dwarf_CU§abbrev: *mut Dwarf_Abbrev§padding__: c_longTrait Implementations§
Auto Trait Implementations§
impl Freeze for Dwarf_Die
impl RefUnwindSafe for Dwarf_Die
impl !Send for Dwarf_Die
impl !Sync for Dwarf_Die
impl Unpin for Dwarf_Die
impl UnwindSafe for Dwarf_Die
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