pub struct Cubicle {
pub v_oc: ElectricPotential,
pub ec: ElectrodeConfiguration,
pub g: Length,
pub d: Length,
pub dim: BoxDimensions,
pub enclosure_type: EnclosureType,
pub var_cf: f64,
pub cf: f64,
pub hv: bool,
/* private fields */
}Expand description
Encapsulates physical parameters of equipment that do not change with current (kA) or time (ms).
Fields§
§v_oc: ElectricPotentialnominal voltage
ec: ElectrodeConfiguration§g: Lengthbusbar gap
d: Lengthworking distance
dim: BoxDimensions§enclosure_type: EnclosureType§var_cf: f64§cf: f64§hv: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cubicle
impl RefUnwindSafe for Cubicle
impl Send for Cubicle
impl Sync for Cubicle
impl Unpin for Cubicle
impl UnwindSafe for Cubicle
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