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_Word
Trait Implementations
sourceimpl Clone for elf64_note
impl Clone for elf64_note
sourcefn clone(&self) -> elf64_note
fn clone(&self) -> elf64_note
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for elf64_note
impl Debug for elf64_note
sourceimpl Default for elf64_note
impl Default for elf64_note
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more