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