Struct windows_sys::Win32::System::Diagnostics::Debug::Extensions::DEBUG_DEVICE_OBJECT_INFO
#[repr(C)]pub struct DEBUG_DEVICE_OBJECT_INFO {
pub SizeOfStruct: u32,
pub DevObjAddress: u64,
pub ReferenceCount: u32,
pub QBusy: BOOL,
pub DriverObject: u64,
pub CurrentIrp: u64,
pub DevExtension: u64,
pub DevObjExtension: u64,
}Expand description
Required features: "Win32_Foundation"
Fields§
§SizeOfStruct: u32§DevObjAddress: u64§ReferenceCount: u32§QBusy: BOOL§DriverObject: u64§CurrentIrp: u64§DevExtension: u64§DevObjExtension: u64Trait Implementations§
§impl Clone for DEBUG_DEVICE_OBJECT_INFO
impl Clone for DEBUG_DEVICE_OBJECT_INFO
impl Copy for DEBUG_DEVICE_OBJECT_INFO
Auto Trait Implementations§
impl RefUnwindSafe for DEBUG_DEVICE_OBJECT_INFO
impl Send for DEBUG_DEVICE_OBJECT_INFO
impl Sync for DEBUG_DEVICE_OBJECT_INFO
impl Unpin for DEBUG_DEVICE_OBJECT_INFO
impl UnwindSafe for DEBUG_DEVICE_OBJECT_INFO
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