Struct ImageResourceDataEntry

struct ImageResourceDataEntry { ... }

Fields

offset_to_data: crate::endian::U32<crate::endian::LittleEndian>

RVA of the data.

size: crate::endian::U32<crate::endian::LittleEndian>
code_page: crate::endian::U32<crate::endian::LittleEndian>
reserved: crate::endian::U32<crate::endian::LittleEndian>

Implementations

impl Clone for ImageResourceDataEntry

fn clone(self: &Self) -> ImageResourceDataEntry

impl Copy for ImageResourceDataEntry

impl Debug for ImageResourceDataEntry

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Freeze for ImageResourceDataEntry

impl Pod for ImageResourceDataEntry

impl RefUnwindSafe for ImageResourceDataEntry

impl Send for ImageResourceDataEntry

impl Sync for ImageResourceDataEntry

impl Unpin for ImageResourceDataEntry

impl UnwindSafe for ImageResourceDataEntry

impl<T> Any for ImageResourceDataEntry

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageResourceDataEntry

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ImageResourceDataEntry

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ImageResourceDataEntry

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ImageResourceDataEntry

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageResourceDataEntry

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for ImageResourceDataEntry

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ImageResourceDataEntry

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ImageResourceDataEntry

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>