pub struct Status {
pub busy: bool,
pub local_temp_high_limit: bool,
pub local_temp_low_limit: bool,
pub remote_temp_high_limit: bool,
pub remote_temp_low_limit: bool,
pub open: bool,
pub remote_therm_limit: bool,
pub local_therm_limit: bool,
}
Expand description
Device Satuts.
Fields§
§busy: bool
§local_temp_high_limit: bool
§local_temp_low_limit: bool
§remote_temp_high_limit: bool
§remote_temp_low_limit: bool
§open: bool
§remote_therm_limit: bool
§local_therm_limit: bool
Trait Implementations§
impl Copy for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
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