#[repr(C)]pub struct Elf64_Nhdr {
pub n_namesz: Elf64_Word,
pub n_descsz: Elf64_Word,
pub n_type: Elf64_Word,
}Fields§
§n_namesz: Elf64_Word§n_descsz: Elf64_Word§n_type: Elf64_WordTrait Implementations§
Source§impl Clone for Elf64_Nhdr
impl Clone for Elf64_Nhdr
Source§fn clone(&self) -> Elf64_Nhdr
fn clone(&self) -> Elf64_Nhdr
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 Elf64_Nhdr
impl Debug for Elf64_Nhdr
impl Copy for Elf64_Nhdr
Auto Trait Implementations§
impl Freeze for Elf64_Nhdr
impl RefUnwindSafe for Elf64_Nhdr
impl Send for Elf64_Nhdr
impl Sync for Elf64_Nhdr
impl Unpin for Elf64_Nhdr
impl UnwindSafe for Elf64_Nhdr
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