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