Struct ImageTlsDirectory32

struct ImageTlsDirectory32 { ... }

Fields

start_address_of_raw_data: crate::endian::U32<crate::endian::LittleEndian>
end_address_of_raw_data: crate::endian::U32<crate::endian::LittleEndian>
address_of_index: crate::endian::U32<crate::endian::LittleEndian>

PDWORD

address_of_call_backs: crate::endian::U32<crate::endian::LittleEndian>

PIMAGE_TLS_CALLBACK *

size_of_zero_fill: crate::endian::U32<crate::endian::LittleEndian>
characteristics: crate::endian::U32<crate::endian::LittleEndian>

Implementations

impl Clone for ImageTlsDirectory32

fn clone(self: &Self) -> ImageTlsDirectory32

impl Copy for ImageTlsDirectory32

impl Debug for ImageTlsDirectory32

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

impl Freeze for ImageTlsDirectory32

impl Pod for ImageTlsDirectory32

impl RefUnwindSafe for ImageTlsDirectory32

impl Send for ImageTlsDirectory32

impl Sync for ImageTlsDirectory32

impl Unpin for ImageTlsDirectory32

impl UnwindSafe for ImageTlsDirectory32

impl<T> Any for ImageTlsDirectory32

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageTlsDirectory32

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

impl<T> BorrowMut for ImageTlsDirectory32

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

impl<T> CloneToUninit for ImageTlsDirectory32

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

impl<T> From for ImageTlsDirectory32

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageTlsDirectory32

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

impl<T, U> Into for ImageTlsDirectory32

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 ImageTlsDirectory32

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

impl<T, U> TryInto for ImageTlsDirectory32

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