Struct ImageCoffSymbolsHeader
struct ImageCoffSymbolsHeader { ... }
Fields
number_of_symbols: crate::endian::U32<crate::endian::LittleEndian>lva_to_first_symbol: crate::endian::U32<crate::endian::LittleEndian>number_of_linenumbers: crate::endian::U32<crate::endian::LittleEndian>lva_to_first_linenumber: crate::endian::U32<crate::endian::LittleEndian>rva_to_first_byte_of_code: crate::endian::U32<crate::endian::LittleEndian>rva_to_last_byte_of_code: crate::endian::U32<crate::endian::LittleEndian>rva_to_first_byte_of_data: crate::endian::U32<crate::endian::LittleEndian>rva_to_last_byte_of_data: crate::endian::U32<crate::endian::LittleEndian>
Implementations
impl Clone for ImageCoffSymbolsHeader
fn clone(self: &Self) -> ImageCoffSymbolsHeader
impl Copy for ImageCoffSymbolsHeader
impl Debug for ImageCoffSymbolsHeader
fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Freeze for ImageCoffSymbolsHeader
impl Pod for ImageCoffSymbolsHeader
impl RefUnwindSafe for ImageCoffSymbolsHeader
impl Send for ImageCoffSymbolsHeader
impl Sync for ImageCoffSymbolsHeader
impl Unpin for ImageCoffSymbolsHeader
impl UnwindSafe for ImageCoffSymbolsHeader
impl<T> Any for ImageCoffSymbolsHeader
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for ImageCoffSymbolsHeader
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for ImageCoffSymbolsHeader
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for ImageCoffSymbolsHeader
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for ImageCoffSymbolsHeader
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToOwned for ImageCoffSymbolsHeader
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T, U> Into for ImageCoffSymbolsHeader
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for ImageCoffSymbolsHeader
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for ImageCoffSymbolsHeader
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>