Struct windows_native::ntexapi::SYSTEM_GDI_DRIVER_INFORMATION
source ยท #[repr(C)]pub struct SYSTEM_GDI_DRIVER_INFORMATION {
pub DriverName: UNICODE_STRING,
pub ImageAddress: *mut c_void,
pub SectionPointer: *mut c_void,
pub EntryPoint: *mut c_void,
pub ExportSectionPointer: *mut IMAGE_EXPORT_DIRECTORY,
pub ImageLength: u32,
}Fieldsยง
ยงDriverName: UNICODE_STRINGยงImageAddress: *mut c_voidยงSectionPointer: *mut c_voidยงEntryPoint: *mut c_voidยงExportSectionPointer: *mut IMAGE_EXPORT_DIRECTORYยงImageLength: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_GDI_DRIVER_INFORMATION
impl !Send for SYSTEM_GDI_DRIVER_INFORMATION
impl !Sync for SYSTEM_GDI_DRIVER_INFORMATION
impl Unpin for SYSTEM_GDI_DRIVER_INFORMATION
impl UnwindSafe for SYSTEM_GDI_DRIVER_INFORMATION
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