Struct windows_sys::Win32::Devices::Sensors::SENSOR_VALUE_PAIR
#[repr(C)]pub struct SENSOR_VALUE_PAIR {
pub Key: PROPERTYKEY,
pub Value: PROPVARIANT,
}
Expand description
Required features: "Win32_Foundation"
, "Win32_System_Com_StructuredStorage"
, "Win32_System_Variant"
, "Win32_UI_Shell_PropertiesSystem"
Fields§
§Key: PROPERTYKEY
§Value: PROPVARIANT
Trait Implementations§
§impl Clone for SENSOR_VALUE_PAIR
impl Clone for SENSOR_VALUE_PAIR
impl Copy for SENSOR_VALUE_PAIR
Auto Trait Implementations§
impl RefUnwindSafe for SENSOR_VALUE_PAIR
impl !Send for SENSOR_VALUE_PAIR
impl !Sync for SENSOR_VALUE_PAIR
impl Unpin for SENSOR_VALUE_PAIR
impl UnwindSafe for SENSOR_VALUE_PAIR
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