pub struct HandshakeOutcome {
pub dsp: DspSync,
pub avr: AvrSync,
pub pi: PiSync,
}Expand description
Combined results from the three-phase handshake.
Fields§
§dsp: DspSync§avr: AvrSync§pi: PiSyncTrait Implementations§
Source§impl Clone for HandshakeOutcome
impl Clone for HandshakeOutcome
Source§fn clone(&self) -> HandshakeOutcome
fn clone(&self) -> HandshakeOutcome
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HandshakeOutcome
impl RefUnwindSafe for HandshakeOutcome
impl Send for HandshakeOutcome
impl Sync for HandshakeOutcome
impl Unpin for HandshakeOutcome
impl UnsafeUnpin for HandshakeOutcome
impl UnwindSafe for HandshakeOutcome
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