#[repr(u32)]pub enum EventState {
Normal = 0,
Fault = 1,
OffNormal = 2,
HighLimit = 3,
LowLimit = 4,
}Variants§
Trait Implementations§
Source§impl Clone for EventState
impl Clone for EventState
Source§fn clone(&self) -> EventState
fn clone(&self) -> EventState
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 EventState
impl Debug for EventState
Auto Trait Implementations§
impl Freeze for EventState
impl RefUnwindSafe for EventState
impl Send for EventState
impl Sync for EventState
impl Unpin for EventState
impl UnwindSafe for EventState
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