Struct linux_loader::elf::elf64_note [−][src]
#[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
Returns the “default value” for a type. Read more
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
Mutably borrows from an owned value. Read more