#[repr(C)]pub struct DriverExtensionRaw {
pub driver_object: *mut DriverObjectRaw,
pub add_device: *mut c_void,
pub count: u32,
pub service_key_name: UnicodeStringRaw,
}Expand description
driver extension
Fields§
§driver_object: *mut DriverObjectRaw§add_device: *mut c_void§count: u32§service_key_name: UnicodeStringRawAuto Trait Implementations§
impl Freeze for DriverExtensionRaw
impl RefUnwindSafe for DriverExtensionRaw
impl !Send for DriverExtensionRaw
impl !Sync for DriverExtensionRaw
impl Unpin for DriverExtensionRaw
impl UnwindSafe for DriverExtensionRaw
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