Struct windows::Wdk::Foundation::DEVOBJ_EXTENSION
#[repr(C)]pub struct DEVOBJ_EXTENSION {Show 16 fields
pub Type: i16,
pub Size: u16,
pub DeviceObject: *mut DEVICE_OBJECT,
pub PowerFlags: u32,
pub Dope: *mut _DEVICE_OBJECT_POWER_EXTENSION,
pub ExtensionFlags: u32,
pub DeviceNode: *mut c_void,
pub AttachedTo: *mut DEVICE_OBJECT,
pub StartIoCount: i32,
pub StartIoKey: i32,
pub StartIoFlags: u32,
pub Vpb: *mut VPB,
pub DependencyNode: *mut c_void,
pub InterruptContext: *mut c_void,
pub InterruptCount: i32,
pub VerifierContext: *mut c_void,
}
Fields§
§Type: i16
§Size: u16
§DeviceObject: *mut DEVICE_OBJECT
§PowerFlags: u32
§Dope: *mut _DEVICE_OBJECT_POWER_EXTENSION
§ExtensionFlags: u32
§DeviceNode: *mut c_void
§AttachedTo: *mut DEVICE_OBJECT
§StartIoCount: i32
§StartIoKey: i32
§StartIoFlags: u32
§Vpb: *mut VPB
§DependencyNode: *mut c_void
§InterruptContext: *mut c_void
§InterruptCount: i32
§VerifierContext: *mut c_void
Trait Implementations§
§impl Clone for DEVOBJ_EXTENSION
impl Clone for DEVOBJ_EXTENSION
§fn clone(&self) -> DEVOBJ_EXTENSION
fn clone(&self) -> DEVOBJ_EXTENSION
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DEVOBJ_EXTENSION
impl Debug for DEVOBJ_EXTENSION
§impl Default for DEVOBJ_EXTENSION
impl Default for DEVOBJ_EXTENSION
§impl PartialEq for DEVOBJ_EXTENSION
impl PartialEq for DEVOBJ_EXTENSION
§fn eq(&self, other: &DEVOBJ_EXTENSION) -> bool
fn eq(&self, other: &DEVOBJ_EXTENSION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DEVOBJ_EXTENSION
impl Eq for DEVOBJ_EXTENSION
impl StructuralPartialEq for DEVOBJ_EXTENSION
Auto Trait Implementations§
impl Freeze for DEVOBJ_EXTENSION
impl RefUnwindSafe for DEVOBJ_EXTENSION
impl !Send for DEVOBJ_EXTENSION
impl !Sync for DEVOBJ_EXTENSION
impl Unpin for DEVOBJ_EXTENSION
impl UnwindSafe for DEVOBJ_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)