Struct xmas_elf::sections::NoteHeader
[−]
[src]
#[repr(C)]pub struct NoteHeader { /* fields omitted */ }
Methods
impl NoteHeader[src]
pub fn type_(&self) -> u32[src]
pub fn name<'a>(&'a self, input: &'a [u8]) -> &'a str[src]
pub fn desc<'a>(&'a self, input: &'a [u8]) -> &'a [u8][src]
Trait Implementations
impl Copy for NoteHeader[src]
impl Clone for NoteHeader[src]
fn clone(&self) -> NoteHeader[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for NoteHeader[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more