Struct linux_loader::elf::elf64_note  
source · #[repr(C)]pub struct elf64_note {
    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_note
 
impl Clone for elf64_note
source§fn clone(&self) -> elf64_note
 
fn clone(&self) -> elf64_note
Returns a copy 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_note
 
impl Debug for elf64_note
source§impl Default for elf64_note
 
impl Default for elf64_note
source§fn default() -> elf64_note
 
fn default() -> elf64_note
Returns the “default value” for a type. Read more
impl Copy for elf64_note
Auto Trait Implementations§
impl RefUnwindSafe for elf64_note
impl Send for elf64_note
impl Sync for elf64_note
impl Unpin for elf64_note
impl UnwindSafe for elf64_note
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