#[repr(C)]pub struct IMAGE_TLS_DIRECTORY32 {
    pub StartAddressOfRawData: DWORD,
    pub EndAddressOfRawData: DWORD,
    pub AddressOfIndex: DWORD,
    pub AddressOfCallBacks: DWORD,
    pub SizeOfZeroFill: DWORD,
    pub Characteristics: DWORD,
}Fields§
§StartAddressOfRawData: DWORD§EndAddressOfRawData: DWORD§AddressOfIndex: DWORD§AddressOfCallBacks: DWORD§SizeOfZeroFill: DWORD§Characteristics: DWORDImplementations§
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