Struct windows::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],
}
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 Debug for SENSOR_COLLECTION_LIST
impl Debug for SENSOR_COLLECTION_LIST
§impl Default for SENSOR_COLLECTION_LIST
impl Default for SENSOR_COLLECTION_LIST
§impl PartialEq for SENSOR_COLLECTION_LIST
impl PartialEq for SENSOR_COLLECTION_LIST
§fn eq(&self, other: &SENSOR_COLLECTION_LIST) -> bool
fn eq(&self, other: &SENSOR_COLLECTION_LIST) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SENSOR_COLLECTION_LIST
impl StructuralPartialEq for SENSOR_COLLECTION_LIST
Auto Trait Implementations§
impl Freeze for SENSOR_COLLECTION_LIST
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)