Struct windows_sys::Win32::System::Ioctl::SCM_PD_DEVICE_SPECIFIC_INFO
#[repr(C)]pub struct SCM_PD_DEVICE_SPECIFIC_INFO {
pub Version: u32,
pub Size: u32,
pub NumberOfProperties: u32,
pub DeviceSpecificProperties: [SCM_PD_DEVICE_SPECIFIC_PROPERTY; 1],
}
Fields§
§Version: u32
§Size: u32
§NumberOfProperties: u32
§DeviceSpecificProperties: [SCM_PD_DEVICE_SPECIFIC_PROPERTY; 1]
Trait Implementations§
§impl Clone for SCM_PD_DEVICE_SPECIFIC_INFO
impl Clone for SCM_PD_DEVICE_SPECIFIC_INFO
impl Copy for SCM_PD_DEVICE_SPECIFIC_INFO
Auto Trait Implementations§
impl RefUnwindSafe for SCM_PD_DEVICE_SPECIFIC_INFO
impl Send for SCM_PD_DEVICE_SPECIFIC_INFO
impl Sync for SCM_PD_DEVICE_SPECIFIC_INFO
impl Unpin for SCM_PD_DEVICE_SPECIFIC_INFO
impl UnwindSafe for SCM_PD_DEVICE_SPECIFIC_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