pub enum VArPctEna {
Disabled,
Enabled,
Invalid(u16),
}Available on crate feature
model123 only.Expand description
VArPct_Ena
Enumerated valued. Percent limit VAr enable/disable control.
Variants§
Trait Implementations§
impl Copy for VArPctEna
impl Eq for VArPctEna
impl StructuralPartialEq for VArPctEna
Auto Trait Implementations§
impl Freeze for VArPctEna
impl RefUnwindSafe for VArPctEna
impl Send for VArPctEna
impl Sync for VArPctEna
impl Unpin for VArPctEna
impl UnsafeUnpin for VArPctEna
impl UnwindSafe for VArPctEna
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