Struct windows_sys::Wdk::Foundation::DRIVER_EXTENSION
#[repr(C)]pub struct DRIVER_EXTENSION {
pub DriverObject: *mut DRIVER_OBJECT,
pub AddDevice: PDRIVER_ADD_DEVICE,
pub Count: u32,
pub ServiceKeyName: UNICODE_STRING,
}
Expand description
Required features: "Wdk_Storage_FileSystem"
, "Wdk_System_SystemServices"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§DriverObject: *mut DRIVER_OBJECT
§AddDevice: PDRIVER_ADD_DEVICE
§Count: u32
§ServiceKeyName: UNICODE_STRING
Trait Implementations§
§impl Clone for DRIVER_EXTENSION
impl Clone for DRIVER_EXTENSION
impl Copy for DRIVER_EXTENSION
Auto Trait Implementations§
impl RefUnwindSafe for DRIVER_EXTENSION
impl !Send for DRIVER_EXTENSION
impl !Sync for DRIVER_EXTENSION
impl Unpin for DRIVER_EXTENSION
impl UnwindSafe for DRIVER_EXTENSION
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