#[repr(C)]pub struct SystemTemperature(/* private fields */);
Expand description
Represents the device system temperature.
Implementations§
Source§impl SystemTemperature
impl SystemTemperature
Trait Implementations§
Source§impl Clone for SystemTemperature
impl Clone for SystemTemperature
Source§fn clone(&self) -> SystemTemperature
fn clone(&self) -> SystemTemperature
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SystemTemperature
impl Debug for SystemTemperature
Source§impl Default for SystemTemperature
impl Default for SystemTemperature
Source§fn default() -> SystemTemperature
fn default() -> SystemTemperature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemTemperature
impl<'de> Deserialize<'de> for SystemTemperature
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for SystemTemperature
impl Display for SystemTemperature
Source§impl From<&SystemTemperature> for XfsMember
impl From<&SystemTemperature> for XfsMember
Source§fn from(val: &SystemTemperature) -> Self
fn from(val: &SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<&SystemTemperature> for XfsValue
impl From<&SystemTemperature> for XfsValue
Source§fn from(val: &SystemTemperature) -> Self
fn from(val: &SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<&SystemTemperature> for i32
impl From<&SystemTemperature> for i32
Source§fn from(val: &SystemTemperature) -> Self
fn from(val: &SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<&SystemTemperature> for u32
impl From<&SystemTemperature> for u32
Source§fn from(val: &SystemTemperature) -> Self
fn from(val: &SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<&i32> for SystemTemperature
impl From<&i32> for SystemTemperature
Source§impl From<&u32> for SystemTemperature
impl From<&u32> for SystemTemperature
Source§impl From<SystemTemperature> for XfsMember
impl From<SystemTemperature> for XfsMember
Source§fn from(val: SystemTemperature) -> Self
fn from(val: SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<SystemTemperature> for XfsValue
impl From<SystemTemperature> for XfsValue
Source§fn from(val: SystemTemperature) -> Self
fn from(val: SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<SystemTemperature> for i32
impl From<SystemTemperature> for i32
Source§fn from(val: SystemTemperature) -> Self
fn from(val: SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<SystemTemperature> for u32
impl From<SystemTemperature> for u32
Source§fn from(val: SystemTemperature) -> Self
fn from(val: SystemTemperature) -> Self
Converts to this type from the input type.
Source§impl From<i32> for SystemTemperature
impl From<i32> for SystemTemperature
Source§impl From<u32> for SystemTemperature
impl From<u32> for SystemTemperature
Source§impl PartialEq for SystemTemperature
impl PartialEq for SystemTemperature
Source§impl Serialize for SystemTemperature
impl Serialize for SystemTemperature
Source§impl TryFrom<&XfsMember> for SystemTemperature
impl TryFrom<&XfsMember> for SystemTemperature
Source§impl TryFrom<&XfsValue> for SystemTemperature
impl TryFrom<&XfsValue> for SystemTemperature
Source§impl TryFrom<XfsMember> for SystemTemperature
impl TryFrom<XfsMember> for SystemTemperature
Source§impl TryFrom<XfsValue> for SystemTemperature
impl TryFrom<XfsValue> for SystemTemperature
impl Copy for SystemTemperature
impl Eq for SystemTemperature
impl StructuralPartialEq for SystemTemperature
Auto Trait Implementations§
impl Freeze for SystemTemperature
impl RefUnwindSafe for SystemTemperature
impl Send for SystemTemperature
impl Sync for SystemTemperature
impl Unpin for SystemTemperature
impl UnwindSafe for SystemTemperature
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