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