pub struct NetworkChannelEndpoint { /* private fields */ }Expand description
The per-peer endpoint information exchanged during setup, containing both the queue pair endpoint and the barrier memory region handle.
Trait Implementations§
Source§impl Clone for NetworkChannelEndpoint
impl Clone for NetworkChannelEndpoint
Source§fn clone(&self) -> NetworkChannelEndpoint
fn clone(&self) -> NetworkChannelEndpoint
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 NetworkChannelEndpoint
impl Debug for NetworkChannelEndpoint
Source§impl<'de> Deserialize<'de> for NetworkChannelEndpoint
impl<'de> Deserialize<'de> for NetworkChannelEndpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for NetworkChannelEndpoint
impl Serialize for NetworkChannelEndpoint
impl Copy for NetworkChannelEndpoint
Auto Trait Implementations§
impl Freeze for NetworkChannelEndpoint
impl RefUnwindSafe for NetworkChannelEndpoint
impl Send for NetworkChannelEndpoint
impl Sync for NetworkChannelEndpoint
impl Unpin for NetworkChannelEndpoint
impl UnsafeUnpin for NetworkChannelEndpoint
impl UnwindSafe for NetworkChannelEndpoint
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