Struct SENSOR_VALUE_PAIR
#[repr(C)]pub struct SENSOR_VALUE_PAIR {
pub Key: PROPERTYKEY,
pub Value: PROPVARIANT,
}Fields§
§Key: PROPERTYKEY§Value: PROPVARIANTTrait Implementations§
§impl Clone for SENSOR_VALUE_PAIR
impl Clone for SENSOR_VALUE_PAIR
Auto Trait Implementations§
impl Freeze for SENSOR_VALUE_PAIR
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