#[repr(packed(1))]pub struct Elf32PhEntry {
pub typ: u32,
pub offset: u32,
pub vaddr: u32,
pub paddr: u32,
pub filez: u32,
pub memsz: u32,
pub flags: u32,
pub align: u32,
}Fields§
§typ: u32§offset: u32§vaddr: u32§paddr: u32§filez: u32§memsz: u32§flags: u32§align: u32Trait Implementations§
Source§impl Clone for Elf32PhEntry
impl Clone for Elf32PhEntry
Source§fn clone(&self) -> Elf32PhEntry
fn clone(&self) -> Elf32PhEntry
Returns a duplicate 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 Elf32PhEntry
impl Debug for Elf32PhEntry
Source§impl Default for Elf32PhEntry
impl Default for Elf32PhEntry
Source§fn default() -> Elf32PhEntry
fn default() -> Elf32PhEntry
Returns the “default value” for a type. Read more
Source§impl FromBytes for Elf32PhEntry
impl FromBytes for Elf32PhEntry
Source§impl FromZeros for Elf32PhEntry
impl FromZeros for Elf32PhEntry
Source§impl IntoBytes for Elf32PhEntry
impl IntoBytes for Elf32PhEntry
Source§impl TryFromBytes for Elf32PhEntrywhere
u32: TryFromBytes,
impl TryFromBytes for Elf32PhEntrywhere
u32: TryFromBytes,
Source§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
Source§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for Elf32PhEntry
Auto Trait Implementations§
impl Freeze for Elf32PhEntry
impl RefUnwindSafe for Elf32PhEntry
impl Send for Elf32PhEntry
impl Sync for Elf32PhEntry
impl Unpin for Elf32PhEntry
impl UnwindSafe for Elf32PhEntry
Blanket Implementations§
Source§impl<T, U> AssertInto<U> for T
impl<T, U> AssertInto<U> for T
fn assert_into(self) -> U
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