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