Struct ImageTlsDirectory64

struct ImageTlsDirectory64 { ... }

Fields

start_address_of_raw_data: U64<LittleEndian>
end_address_of_raw_data: U64<LittleEndian>
address_of_index: U64<LittleEndian>

PDWORD

address_of_call_backs: U64<LittleEndian>

PIMAGE_TLS_CALLBACK *;

size_of_zero_fill: U32<LittleEndian>
characteristics: U32<LittleEndian>

Implementations

impl Clone for ImageTlsDirectory64

fn clone(self: &Self) -> ImageTlsDirectory64

impl Copy for ImageTlsDirectory64

impl Debug for ImageTlsDirectory64

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

impl Freeze for ImageTlsDirectory64

impl Pod for ImageTlsDirectory64

impl RefUnwindSafe for ImageTlsDirectory64

impl Send for ImageTlsDirectory64

impl Sync for ImageTlsDirectory64

impl Unpin for ImageTlsDirectory64

impl UnsafeUnpin for ImageTlsDirectory64

impl UnwindSafe for ImageTlsDirectory64

impl<T> Any for ImageTlsDirectory64

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ImageTlsDirectory64

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

impl<T> BorrowMut for ImageTlsDirectory64

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

impl<T> CloneToUninit for ImageTlsDirectory64

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

impl<T> From for ImageTlsDirectory64

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ImageTlsDirectory64

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

impl<T, U> Into for ImageTlsDirectory64

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 ImageTlsDirectory64

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

impl<T, U> TryInto for ImageTlsDirectory64

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