#[repr(C)]pub struct PioScucContingencyView {
pub id: PioComponentIdView,
pub component_count: usize,
}Expand description
One named SCUC contingency.
Fields§
§id: PioComponentIdView§component_count: usizeTrait Implementations§
Source§impl Clone for PioScucContingencyView
impl Clone for PioScucContingencyView
Source§fn clone(&self) -> PioScucContingencyView
fn clone(&self) -> PioScucContingencyView
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 PioScucContingencyView
Auto Trait Implementations§
impl !Send for PioScucContingencyView
impl !Sync for PioScucContingencyView
impl Freeze for PioScucContingencyView
impl RefUnwindSafe for PioScucContingencyView
impl Unpin for PioScucContingencyView
impl UnsafeUnpin for PioScucContingencyView
impl UnwindSafe for PioScucContingencyView
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