#[repr(C)]pub struct ddsi_tran_conn {Show 14 fields
pub m_base: ddsi_tran_base,
pub m_read_fn: ddsi_tran_read_fn_t,
pub m_write_fn: ddsi_tran_write_fn_t,
pub m_peer_locator_fn: ddsi_tran_peer_locator_fn_t,
pub m_disable_multiplexing_fn: ddsi_tran_disable_multiplexing_fn_t,
pub m_locator_fn: ddsi_tran_locator_fn_t,
pub m_server: bool,
pub m_connless: bool,
pub m_stream: bool,
pub m_closed: bool,
pub m_count: ddsrt_atomic_uint32_t,
pub m_factory: ddsi_tran_factory_t,
pub m_listener: ddsi_tran_listener_t,
pub m_conn: ddsi_tran_conn_t,
}Fields§
§m_base: ddsi_tran_base§m_read_fn: ddsi_tran_read_fn_t§m_write_fn: ddsi_tran_write_fn_t§m_peer_locator_fn: ddsi_tran_peer_locator_fn_t§m_disable_multiplexing_fn: ddsi_tran_disable_multiplexing_fn_t§m_locator_fn: ddsi_tran_locator_fn_t§m_server: bool§m_connless: bool§m_stream: bool§m_closed: bool§m_count: ddsrt_atomic_uint32_t§m_factory: ddsi_tran_factory_t§m_listener: ddsi_tran_listener_t§m_conn: ddsi_tran_conn_tTrait Implementations§
Source§impl Clone for ddsi_tran_conn
impl Clone for ddsi_tran_conn
Source§fn clone(&self) -> ddsi_tran_conn
fn clone(&self) -> ddsi_tran_conn
Returns a copy 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 ddsi_tran_conn
impl Debug for ddsi_tran_conn
impl Copy for ddsi_tran_conn
Auto Trait Implementations§
impl Freeze for ddsi_tran_conn
impl RefUnwindSafe for ddsi_tran_conn
impl !Send for ddsi_tran_conn
impl !Sync for ddsi_tran_conn
impl Unpin for ddsi_tran_conn
impl UnwindSafe for ddsi_tran_conn
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