#[repr(C)]pub struct Dwarf_Global {
pub cu_offset: Dwarf_Off,
pub die_offset: Dwarf_Off,
pub name: *const c_char,
}Fields§
§cu_offset: Dwarf_Off§die_offset: Dwarf_Off§name: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for Dwarf_Global
impl RefUnwindSafe for Dwarf_Global
impl !Send for Dwarf_Global
impl !Sync for Dwarf_Global
impl Unpin for Dwarf_Global
impl UnwindSafe for Dwarf_Global
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