Struct windows_sys::Wdk::System::SystemServices::DEVICE_RELATIONS
#[repr(C)]pub struct DEVICE_RELATIONS {
pub Count: u32,
pub Objects: [*mut DEVICE_OBJECT; 1],
}
Expand description
Required features: "Wdk_Foundation"
, "Wdk_Storage_FileSystem"
, "Win32_Foundation"
, "Win32_Security"
, "Win32_System_IO"
, "Win32_System_Kernel"
, "Win32_System_Power"
, "Win32_System_WindowsProgramming"
Fields§
§Count: u32
§Objects: [*mut DEVICE_OBJECT; 1]
Trait Implementations§
§impl Clone for DEVICE_RELATIONS
impl Clone for DEVICE_RELATIONS
impl Copy for DEVICE_RELATIONS
Auto Trait Implementations§
impl RefUnwindSafe for DEVICE_RELATIONS
impl !Send for DEVICE_RELATIONS
impl !Sync for DEVICE_RELATIONS
impl Unpin for DEVICE_RELATIONS
impl UnwindSafe for DEVICE_RELATIONS
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