#[repr(C)]pub struct PipeSideBundle {
pub alices_side: *mut PipeSide,
pub bobs_side: *mut PipeSide,
}Fields§
§alices_side: *mut PipeSide§bobs_side: *mut PipeSideTrait Implementations§
Source§impl Clone for PipeSideBundle
impl Clone for PipeSideBundle
Source§fn clone(&self) -> PipeSideBundle
fn clone(&self) -> PipeSideBundle
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 PipeSideBundle
Auto Trait Implementations§
impl !Send for PipeSideBundle
impl !Sync for PipeSideBundle
impl Freeze for PipeSideBundle
impl RefUnwindSafe for PipeSideBundle
impl Unpin for PipeSideBundle
impl UnsafeUnpin for PipeSideBundle
impl UnwindSafe for PipeSideBundle
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