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