#[repr(C)]pub struct RBinDwarfDie {
pub tag: c_ulonglong,
pub abbrev_code: c_ulonglong,
pub count: size_t,
pub capacity: size_t,
pub offset: c_ulonglong,
pub has_children: bool,
pub attr_values: *mut RBinDwarfAttrValue,
}
Fields§
§tag: c_ulonglong
§abbrev_code: c_ulonglong
§count: size_t
§capacity: size_t
§offset: c_ulonglong
§has_children: bool
§attr_values: *mut RBinDwarfAttrValue
Trait Implementations§
Source§impl Clone for RBinDwarfDie
impl Clone for RBinDwarfDie
Source§fn clone(&self) -> RBinDwarfDie
fn clone(&self) -> RBinDwarfDie
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RBinDwarfDie
impl Debug for RBinDwarfDie
impl Copy for RBinDwarfDie
Auto Trait Implementations§
impl Freeze for RBinDwarfDie
impl RefUnwindSafe for RBinDwarfDie
impl !Send for RBinDwarfDie
impl !Sync for RBinDwarfDie
impl Unpin for RBinDwarfDie
impl UnwindSafe for RBinDwarfDie
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