#[repr(C)]pub struct STORAGE_TEMPERATURE_INFO {
pub Index: u16,
pub Temperature: i16,
pub OverThreshold: i16,
pub UnderThreshold: i16,
pub OverThresholdChangable: u8,
pub UnderThresholdChangable: u8,
pub EventGenerated: u8,
pub Reserved0: u8,
pub Reserved1: u32,
}Fields§
§Index: u16§Temperature: i16§OverThreshold: i16§UnderThreshold: i16§OverThresholdChangable: u8§UnderThresholdChangable: u8§EventGenerated: u8§Reserved0: u8§Reserved1: u32Trait Implementations§
Source§impl Abi for STORAGE_TEMPERATURE_INFO
impl Abi for STORAGE_TEMPERATURE_INFO
Source§type Abi = STORAGE_TEMPERATURE_INFO
type Abi = STORAGE_TEMPERATURE_INFO
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_TEMPERATURE_INFO
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_TEMPERATURE_INFO
impl Clone for STORAGE_TEMPERATURE_INFO
Source§fn clone(&self) -> STORAGE_TEMPERATURE_INFO
fn clone(&self) -> STORAGE_TEMPERATURE_INFO
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for STORAGE_TEMPERATURE_INFO
Source§impl Debug for STORAGE_TEMPERATURE_INFO
impl Debug for STORAGE_TEMPERATURE_INFO
Source§impl Default for STORAGE_TEMPERATURE_INFO
impl Default for STORAGE_TEMPERATURE_INFO
impl Eq for STORAGE_TEMPERATURE_INFO
Auto Trait Implementations§
impl Freeze for STORAGE_TEMPERATURE_INFO
impl RefUnwindSafe for STORAGE_TEMPERATURE_INFO
impl Send for STORAGE_TEMPERATURE_INFO
impl Sync for STORAGE_TEMPERATURE_INFO
impl Unpin for STORAGE_TEMPERATURE_INFO
impl UnsafeUnpin for STORAGE_TEMPERATURE_INFO
impl UnwindSafe for STORAGE_TEMPERATURE_INFO
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