Struct windows_sys::Win32::Devices::Sensors::SENSOR_PROPERTY_LIST
[−]#[repr(C)]pub struct SENSOR_PROPERTY_LIST {
pub AllocatedSizeInBytes: u32,
pub Count: u32,
pub List: [PROPERTYKEY; 1],
}
Expand description
Required features: "Win32_Devices_Sensors"
, "Win32_UI_Shell_PropertiesSystem"
Fields
AllocatedSizeInBytes: u32
Count: u32
List: [PROPERTYKEY; 1]
Trait Implementations
impl Clone for SENSOR_PROPERTY_LIST
impl Clone for SENSOR_PROPERTY_LIST
impl Copy for SENSOR_PROPERTY_LIST
Auto Trait Implementations
impl RefUnwindSafe for SENSOR_PROPERTY_LIST
impl Send for SENSOR_PROPERTY_LIST
impl Sync for SENSOR_PROPERTY_LIST
impl Unpin for SENSOR_PROPERTY_LIST
impl UnwindSafe for SENSOR_PROPERTY_LIST
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