Struct windows_sys::Win32::System::Diagnostics::Debug::MODLOAD_DATA
[−]#[repr(C)]pub struct MODLOAD_DATA {
pub ssize: u32,
pub ssig: MODLOAD_DATA_TYPE,
pub data: *mut c_void,
pub size: u32,
pub flags: u32,
}
Expand description
Required features: "Win32_System_Diagnostics_Debug"
Fields
ssize: u32
ssig: MODLOAD_DATA_TYPE
data: *mut c_void
size: u32
flags: u32
Trait Implementations
impl Clone for MODLOAD_DATA
impl Clone for MODLOAD_DATA
impl Copy for MODLOAD_DATA
Auto Trait Implementations
impl RefUnwindSafe for MODLOAD_DATA
impl !Send for MODLOAD_DATA
impl !Sync for MODLOAD_DATA
impl Unpin for MODLOAD_DATA
impl UnwindSafe for MODLOAD_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more