#[repr(C)]pub struct STORAGE_TEMPERATURE_THRESHOLD {
pub Version: u32,
pub Size: u32,
pub Flags: u16,
pub Index: u16,
pub Threshold: i16,
pub OverThreshold: u8,
pub Reserved: u8,
}Fields§
§Version: u32§Size: u32§Flags: u16§Index: u16§Threshold: i16§OverThreshold: u8§Reserved: u8Trait Implementations§
Source§impl Abi for STORAGE_TEMPERATURE_THRESHOLD
impl Abi for STORAGE_TEMPERATURE_THRESHOLD
Source§type Abi = STORAGE_TEMPERATURE_THRESHOLD
type Abi = STORAGE_TEMPERATURE_THRESHOLD
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_TEMPERATURE_THRESHOLD
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_THRESHOLD
impl Clone for STORAGE_TEMPERATURE_THRESHOLD
Source§fn clone(&self) -> STORAGE_TEMPERATURE_THRESHOLD
fn clone(&self) -> STORAGE_TEMPERATURE_THRESHOLD
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_THRESHOLD
impl Eq for STORAGE_TEMPERATURE_THRESHOLD
Auto Trait Implementations§
impl Freeze for STORAGE_TEMPERATURE_THRESHOLD
impl RefUnwindSafe for STORAGE_TEMPERATURE_THRESHOLD
impl Send for STORAGE_TEMPERATURE_THRESHOLD
impl Sync for STORAGE_TEMPERATURE_THRESHOLD
impl Unpin for STORAGE_TEMPERATURE_THRESHOLD
impl UnsafeUnpin for STORAGE_TEMPERATURE_THRESHOLD
impl UnwindSafe for STORAGE_TEMPERATURE_THRESHOLD
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