pub struct Dwelf_Strent { /* private fields */ }Trait Implementations§
Source§impl Clone for Dwelf_Strent
impl Clone for Dwelf_Strent
Source§fn clone(&self) -> Dwelf_Strent
fn clone(&self) -> Dwelf_Strent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Dwelf_Strent
impl Debug for Dwelf_Strent
impl Copy for Dwelf_Strent
Auto Trait Implementations§
impl Freeze for Dwelf_Strent
impl RefUnwindSafe for Dwelf_Strent
impl Send for Dwelf_Strent
impl Sync for Dwelf_Strent
impl Unpin for Dwelf_Strent
impl UnsafeUnpin for Dwelf_Strent
impl UnwindSafe for Dwelf_Strent
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