#[repr(C)]pub struct ddsi_tran_base {
pub m_port: u32,
pub m_trantype: u32,
pub m_multicast: bool,
pub gv: *mut ddsi_domaingv,
pub m_handle_fn: ddsi_tran_handle_fn_t,
}Fields§
§m_port: u32§m_trantype: u32§m_multicast: bool§gv: *mut ddsi_domaingv§m_handle_fn: ddsi_tran_handle_fn_tTrait Implementations§
Source§impl Clone for ddsi_tran_base
impl Clone for ddsi_tran_base
Source§fn clone(&self) -> ddsi_tran_base
fn clone(&self) -> ddsi_tran_base
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_base
impl Debug for ddsi_tran_base
impl Copy for ddsi_tran_base
Auto Trait Implementations§
impl Freeze for ddsi_tran_base
impl RefUnwindSafe for ddsi_tran_base
impl !Send for ddsi_tran_base
impl !Sync for ddsi_tran_base
impl Unpin for ddsi_tran_base
impl UnwindSafe for ddsi_tran_base
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