pub struct EventLatch {
pub low_energy: bool,
pub high_temperature: bool,
pub local_buffer_low: bool,
pub saturated: bool,
pub admissible_outside: bool,
pub admissible_margin: bool,
}Fields§
§low_energy: bool§high_temperature: bool§local_buffer_low: bool§saturated: bool§admissible_outside: bool§admissible_margin: boolTrait Implementations§
Source§impl Clone for EventLatch
impl Clone for EventLatch
Source§fn clone(&self) -> EventLatch
fn clone(&self) -> EventLatch
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 EventLatch
impl Debug for EventLatch
Source§impl Default for EventLatch
impl Default for EventLatch
Source§fn default() -> EventLatch
fn default() -> EventLatch
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventLatch
impl RefUnwindSafe for EventLatch
impl Send for EventLatch
impl Sync for EventLatch
impl Unpin for EventLatch
impl UnsafeUnpin for EventLatch
impl UnwindSafe for EventLatch
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