Struct windows_sys::Win32::Devices::Enumeration::Pnp::SW_DEVICE_CREATE_INFO
[−]#[repr(C)]pub struct SW_DEVICE_CREATE_INFO {
pub cbSize: u32,
pub pszInstanceId: PCWSTR,
pub pszzHardwareIds: PCWSTR,
pub pszzCompatibleIds: PCWSTR,
pub pContainerId: *const GUID,
pub CapabilityFlags: u32,
pub pszDeviceDescription: PCWSTR,
pub pszDeviceLocation: PCWSTR,
pub pSecurityDescriptor: *const SECURITY_DESCRIPTOR,
}
Expand description
Required features: "Win32_Devices_Enumeration_Pnp"
, "Win32_Foundation"
, "Win32_Security"
Fields
cbSize: u32
pszInstanceId: PCWSTR
pszzHardwareIds: PCWSTR
pszzCompatibleIds: PCWSTR
pContainerId: *const GUID
CapabilityFlags: u32
pszDeviceDescription: PCWSTR
pszDeviceLocation: PCWSTR
pSecurityDescriptor: *const SECURITY_DESCRIPTOR
Trait Implementations
impl Clone for SW_DEVICE_CREATE_INFO
impl Clone for SW_DEVICE_CREATE_INFO
impl Copy for SW_DEVICE_CREATE_INFO
Auto Trait Implementations
impl RefUnwindSafe for SW_DEVICE_CREATE_INFO
impl !Send for SW_DEVICE_CREATE_INFO
impl !Sync for SW_DEVICE_CREATE_INFO
impl Unpin for SW_DEVICE_CREATE_INFO
impl UnwindSafe for SW_DEVICE_CREATE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more