#[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§
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
impl Copy for elf64_note
Auto Trait Implementations§
impl Freeze for elf64_note
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