#[repr(u16)]pub enum St {
Off = 1,
Sleeping = 2,
Starting = 3,
Mppt = 4,
Throttled = 5,
ShuttingDown = 6,
Fault = 7,
Standby = 8,
}
Expand description
Operating State
Enumerated value. Operating state
Variants§
Implementations§
Trait Implementations§
impl Copy for St
impl Eq for St
impl StructuralPartialEq for St
Auto Trait Implementations§
impl Freeze for St
impl RefUnwindSafe for St
impl Send for St
impl Sync for St
impl Unpin for St
impl UnwindSafe for St
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