#[repr(C)]pub struct ImageTlsDirectory32 {
pub start_address_of_raw_data: u32,
pub end_address_of_raw_data: u32,
pub address_of_index: u32,
pub address_of_callbacks: u32,
pub size_of_zero_fill: u32,
pub characteristics: u32,
}
Fields§
§start_address_of_raw_data: u32
§end_address_of_raw_data: u32
§address_of_index: u32
§address_of_callbacks: u32
§size_of_zero_fill: u32
§characteristics: u32
Auto Trait Implementations§
impl Freeze for ImageTlsDirectory32
impl RefUnwindSafe for ImageTlsDirectory32
impl Send for ImageTlsDirectory32
impl Sync for ImageTlsDirectory32
impl Unpin for ImageTlsDirectory32
impl UnwindSafe for ImageTlsDirectory32
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