Struct ImageTlsDirectory32

struct ImageTlsDirectory32 { ... }

Fields

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

PDWORD

address_of_call_backs: U32<LittleEndian>

PIMAGE_TLS_CALLBACK *

size_of_zero_fill: U32<LittleEndian>
characteristics: U32<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 Formatter<'_>) -> 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 UnsafeUnpin 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>