pub struct IArcHV {
pub i_bf: ElectricCurrent,
pub reduced: bool,
pub i_arc_14300: ElectricCurrent,
pub i_arc_2700: ElectricCurrent,
pub i_arc_600: ElectricCurrent,
pub i_arc: ElectricCurrent,
}Fields§
§i_bf: ElectricCurrent§reduced: bool§i_arc_14300: ElectricCurrent§i_arc_2700: ElectricCurrent§i_arc_600: ElectricCurrent§i_arc: ElectricCurrentTrait Implementations§
Auto Trait Implementations§
impl Freeze for IArcHV
impl RefUnwindSafe for IArcHV
impl Send for IArcHV
impl Sync for IArcHV
impl Unpin for IArcHV
impl UnwindSafe for IArcHV
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