pub struct cpxchannel { /* private fields */ }Trait Implementations§
Source§impl Clone for cpxchannel
impl Clone for cpxchannel
Source§fn clone(&self) -> cpxchannel
fn clone(&self) -> cpxchannel
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 moreSource§impl Debug for cpxchannel
impl Debug for cpxchannel
impl Copy for cpxchannel
Auto Trait Implementations§
impl Freeze for cpxchannel
impl RefUnwindSafe for cpxchannel
impl Send for cpxchannel
impl Sync for cpxchannel
impl Unpin for cpxchannel
impl UnwindSafe for cpxchannel
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