#[repr(C)]pub struct Nhdr64 {
pub n_namesz: u64,
pub n_descsz: u64,
pub n_type: u64,
}
Expand description
Note section contents. Each entry in the note section begins with a header of a fixed form.
Fields§
§n_namesz: u64
Length of the note’s name (includes the terminator)
n_descsz: u64
Length of the note’s descriptor.
n_type: u64
Type of the note.
Trait Implementations§
source§impl<'a> TryIntoCtx<Endian> for &'a Nhdr64
impl<'a> TryIntoCtx<Endian> for &'a Nhdr64
source§impl TryIntoCtx<Endian> for Nhdr64
impl TryIntoCtx<Endian> for Nhdr64
impl Copy for Nhdr64
Auto Trait Implementations§
impl RefUnwindSafe for Nhdr64
impl Send for Nhdr64
impl Sync for Nhdr64
impl Unpin for Nhdr64
impl UnwindSafe for Nhdr64
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