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