pub struct WireConnection {
pub source: WirePort,
pub target: WirePort,
}Fields§
§source: WirePort§target: WirePortImplementations§
Trait Implementations§
Source§impl Clone for WireConnection
impl Clone for WireConnection
Source§fn clone(&self) -> WireConnection
fn clone(&self) -> WireConnection
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 moreSource§impl Debug for WireConnection
impl Debug for WireConnection
Auto Trait Implementations§
impl Freeze for WireConnection
impl RefUnwindSafe for WireConnection
impl Send for WireConnection
impl Sync for WireConnection
impl Unpin for WireConnection
impl UnsafeUnpin for WireConnection
impl UnwindSafe for WireConnection
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