pub enum VArAct {
Switch,
Maintain,
Invalid(u16),
}Available on crate feature
model121 only.Expand description
VArAct
VAR action on change between charging and discharging: 1=switch 2=maintain VAR characterization.
Variants§
Trait Implementations§
impl Copy for VArAct
impl Eq for VArAct
impl StructuralPartialEq for VArAct
Auto Trait Implementations§
impl Freeze for VArAct
impl RefUnwindSafe for VArAct
impl Send for VArAct
impl Sync for VArAct
impl Unpin for VArAct
impl UnsafeUnpin for VArAct
impl UnwindSafe for VArAct
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