Struct windows_sys::Win32::System::Ioctl::SCM_PD_DEVICE_SPECIFIC_PROPERTY
#[repr(C)]pub struct SCM_PD_DEVICE_SPECIFIC_PROPERTY {
pub Name: [u16; 128],
pub Value: i64,
}
Fields§
§Name: [u16; 128]
§Value: i64
Trait Implementations§
§impl Clone for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl Clone for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl Copy for SCM_PD_DEVICE_SPECIFIC_PROPERTY
Auto Trait Implementations§
impl RefUnwindSafe for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl Send for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl Sync for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl Unpin for SCM_PD_DEVICE_SPECIFIC_PROPERTY
impl UnwindSafe for SCM_PD_DEVICE_SPECIFIC_PROPERTY
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