#[repr(C)]pub struct PioScucBranchSwitchingCostView {
pub id: PioComponentIdView,
pub connection_cost: f64,
pub disconnection_cost: f64,
}Expand description
Connection and disconnection costs for one switchable AC branch.
Fields§
§id: PioComponentIdView§connection_cost: f64§disconnection_cost: f64Trait Implementations§
Source§impl Clone for PioScucBranchSwitchingCostView
impl Clone for PioScucBranchSwitchingCostView
Source§fn clone(&self) -> PioScucBranchSwitchingCostView
fn clone(&self) -> PioScucBranchSwitchingCostView
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 PioScucBranchSwitchingCostView
Auto Trait Implementations§
impl !Send for PioScucBranchSwitchingCostView
impl !Sync for PioScucBranchSwitchingCostView
impl Freeze for PioScucBranchSwitchingCostView
impl RefUnwindSafe for PioScucBranchSwitchingCostView
impl Unpin for PioScucBranchSwitchingCostView
impl UnsafeUnpin for PioScucBranchSwitchingCostView
impl UnwindSafe for PioScucBranchSwitchingCostView
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