#[repr(C)]pub struct PioSubstationView {
pub component: PioComponentIdView,
pub country: PioStringView,
pub has_country: bool,
pub operator_name: PioStringView,
pub has_operator_name: bool,
pub geographical_tag_count: usize,
}Expand description
One source neutral substation.
Fields§
§component: PioComponentIdView§country: PioStringView§has_country: bool§operator_name: PioStringView§has_operator_name: bool§geographical_tag_count: usizeTrait Implementations§
Source§impl Clone for PioSubstationView
impl Clone for PioSubstationView
Source§fn clone(&self) -> PioSubstationView
fn clone(&self) -> PioSubstationView
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 PioSubstationView
Auto Trait Implementations§
impl !Send for PioSubstationView
impl !Sync for PioSubstationView
impl Freeze for PioSubstationView
impl RefUnwindSafe for PioSubstationView
impl Unpin for PioSubstationView
impl UnsafeUnpin for PioSubstationView
impl UnwindSafe for PioSubstationView
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