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_Devices_Sensors"
, "Win32_Foundation"
, "Win32_System_Com_StructuredStorage"
, "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
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