pub struct HardwareFeatures {
pub lidar: bool,
pub chamber_temperature: ChamberTemperature,
pub aux_fan: bool,
pub chamber_fan: bool,
}Expand description
Hardware features that change how reports are interpreted.
Fields§
§lidar: boolMicro-LiDAR (X1 / X1C / X1E) — gates 0x0C (XCAM) HMS codes and the
lidar calibration bit.
chamber_temperature: ChamberTemperature§aux_fan: bool§chamber_fan: boolTrait Implementations§
Source§impl Clone for HardwareFeatures
impl Clone for HardwareFeatures
Source§fn clone(&self) -> HardwareFeatures
fn clone(&self) -> HardwareFeatures
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 HardwareFeatures
Source§impl Debug for HardwareFeatures
impl Debug for HardwareFeatures
impl Eq for HardwareFeatures
Source§impl PartialEq for HardwareFeatures
impl PartialEq for HardwareFeatures
Source§fn eq(&self, other: &HardwareFeatures) -> bool
fn eq(&self, other: &HardwareFeatures) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HardwareFeatures
Auto Trait Implementations§
impl Freeze for HardwareFeatures
impl RefUnwindSafe for HardwareFeatures
impl Send for HardwareFeatures
impl Sync for HardwareFeatures
impl Unpin for HardwareFeatures
impl UnsafeUnpin for HardwareFeatures
impl UnwindSafe for HardwareFeatures
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.