#[repr(C)]pub struct PioShuntBlockView {
pub steps: u32,
pub conductance_mw: f64,
pub susceptance_mvar: f64,
}Expand description
One switched shunt block.
Fields§
§steps: u32§conductance_mw: f64§susceptance_mvar: f64Trait Implementations§
Source§impl Clone for PioShuntBlockView
impl Clone for PioShuntBlockView
Source§fn clone(&self) -> PioShuntBlockView
fn clone(&self) -> PioShuntBlockView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioShuntBlockView
Auto Trait Implementations§
impl Freeze for PioShuntBlockView
impl RefUnwindSafe for PioShuntBlockView
impl Send for PioShuntBlockView
impl Sync for PioShuntBlockView
impl Unpin for PioShuntBlockView
impl UnsafeUnpin for PioShuntBlockView
impl UnwindSafe for PioShuntBlockView
Blanket Implementations§
impl<T> Allocation for T
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