#[repr(C)]pub struct _IMAGE_TLS_DIRECTORY32 {
pub StartAddressOfRawData: DWORD,
pub EndAddressOfRawData: DWORD,
pub AddressOfIndex: DWORD,
pub AddressOfCallBacks: DWORD,
pub SizeOfZeroFill: DWORD,
pub __bindgen_anon_1: _IMAGE_TLS_DIRECTORY32__bindgen_ty_1,
}
Fields§
§StartAddressOfRawData: DWORD
§EndAddressOfRawData: DWORD
§AddressOfIndex: DWORD
§AddressOfCallBacks: DWORD
§SizeOfZeroFill: DWORD
§__bindgen_anon_1: _IMAGE_TLS_DIRECTORY32__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _IMAGE_TLS_DIRECTORY32
impl Clone for _IMAGE_TLS_DIRECTORY32
Source§fn clone(&self) -> _IMAGE_TLS_DIRECTORY32
fn clone(&self) -> _IMAGE_TLS_DIRECTORY32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _IMAGE_TLS_DIRECTORY32
Auto Trait Implementations§
impl Freeze for _IMAGE_TLS_DIRECTORY32
impl RefUnwindSafe for _IMAGE_TLS_DIRECTORY32
impl Send for _IMAGE_TLS_DIRECTORY32
impl Sync for _IMAGE_TLS_DIRECTORY32
impl Unpin for _IMAGE_TLS_DIRECTORY32
impl UnwindSafe for _IMAGE_TLS_DIRECTORY32
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more