#[repr(C)]pub struct NoteHdr {
pub name_len: u32,
pub desc_len: u32,
pub ty: u32,
}
Expand description
Implementation of Elf64_Nhdr
and Elf32_Nhdr
structure.
Fields§
§name_len: u32
n_namesz.
desc_len: u32
n_descsz.
ty: u32
n_type.
Auto Trait Implementations§
impl Freeze for NoteHdr
impl RefUnwindSafe for NoteHdr
impl Send for NoteHdr
impl Sync for NoteHdr
impl Unpin for NoteHdr
impl UnwindSafe for NoteHdr
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