Struct xmas_elf::program::ProgramHeader64
source · #[repr(C)]pub struct ProgramHeader64 {
pub type_: Type_,
pub flags: Flags,
pub offset: u64,
pub virtual_addr: u64,
pub physical_addr: u64,
pub file_size: u64,
pub mem_size: u64,
pub align: u64,
}
Fields§
§type_: Type_
§flags: Flags
§offset: u64
§virtual_addr: u64
§physical_addr: u64
§file_size: u64
§mem_size: u64
§align: u64
Implementations§
Trait Implementations§
source§impl Clone for ProgramHeader64
impl Clone for ProgramHeader64
source§fn clone(&self) -> ProgramHeader64
fn clone(&self) -> ProgramHeader64
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 ProgramHeader64
impl Debug for ProgramHeader64
source§impl Default for ProgramHeader64
impl Default for ProgramHeader64
source§fn default() -> ProgramHeader64
fn default() -> ProgramHeader64
Returns the “default value” for a type. Read more
source§impl Display for ProgramHeader64
impl Display for ProgramHeader64
impl Copy for ProgramHeader64
impl Pod for ProgramHeader64
Auto Trait Implementations§
impl RefUnwindSafe for ProgramHeader64
impl Send for ProgramHeader64
impl Sync for ProgramHeader64
impl Unpin for ProgramHeader64
impl UnwindSafe for ProgramHeader64
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