pub struct HVAStatusLED {
pub overheated: bool,
pub hv_supply: bool,
pub high_temperature: bool,
pub output_connector: bool,
}Expand description
HVA status LED indicators.
Fields§
§overheated: boolOverheated status
hv_supply: boolHV supply status
high_temperature: boolHigh temperature status
output_connector: boolOutput connector status
Trait Implementations§
Source§impl Clone for HVAStatusLED
impl Clone for HVAStatusLED
Source§fn clone(&self) -> HVAStatusLED
fn clone(&self) -> HVAStatusLED
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 HVAStatusLED
impl Debug for HVAStatusLED
Source§impl Default for HVAStatusLED
impl Default for HVAStatusLED
Source§fn default() -> HVAStatusLED
fn default() -> HVAStatusLED
Returns the “default value” for a type. Read more
impl Copy for HVAStatusLED
Auto Trait Implementations§
impl Freeze for HVAStatusLED
impl RefUnwindSafe for HVAStatusLED
impl Send for HVAStatusLED
impl Sync for HVAStatusLED
impl Unpin for HVAStatusLED
impl UnwindSafe for HVAStatusLED
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