#[repr(C)]pub struct Dwarf_Abbrev { /* private fields */ }Trait Implementations§
Source§impl Clone for Dwarf_Abbrev
impl Clone for Dwarf_Abbrev
Source§fn clone(&self) -> Dwarf_Abbrev
fn clone(&self) -> Dwarf_Abbrev
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_Abbrev
impl Debug for Dwarf_Abbrev
impl Copy for Dwarf_Abbrev
Auto Trait Implementations§
impl Freeze for Dwarf_Abbrev
impl RefUnwindSafe for Dwarf_Abbrev
impl Send for Dwarf_Abbrev
impl Sync for Dwarf_Abbrev
impl Unpin for Dwarf_Abbrev
impl UnwindSafe for Dwarf_Abbrev
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