#[repr(C)]pub struct Dwarf_Attribute {
pub code: c_uint,
pub form: c_uint,
pub valp: *mut c_uchar,
pub cu: *mut Dwarf_CU,
}Fields§
§code: c_uint§form: c_uint§valp: *mut c_uchar§cu: *mut Dwarf_CUTrait Implementations§
Source§impl Clone for Dwarf_Attribute
impl Clone for Dwarf_Attribute
Source§fn clone(&self) -> Dwarf_Attribute
fn clone(&self) -> Dwarf_Attribute
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 Dwarf_Attribute
impl Debug for Dwarf_Attribute
impl Copy for Dwarf_Attribute
Auto Trait Implementations§
impl Freeze for Dwarf_Attribute
impl RefUnwindSafe for Dwarf_Attribute
impl !Send for Dwarf_Attribute
impl !Sync for Dwarf_Attribute
impl Unpin for Dwarf_Attribute
impl UnwindSafe for Dwarf_Attribute
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