#[repr(C)]pub struct nn_locator_t {
pub tran: *const ddsi_tran_factory,
pub kind: i32,
pub port: u32,
pub address: [c_uchar; 16],
}Fields§
§tran: *const ddsi_tran_factory§kind: i32§port: u32§address: [c_uchar; 16]Trait Implementations§
Source§impl Clone for nn_locator_t
impl Clone for nn_locator_t
Source§fn clone(&self) -> nn_locator_t
fn clone(&self) -> nn_locator_t
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 nn_locator_t
impl Debug for nn_locator_t
impl Copy for nn_locator_t
Auto Trait Implementations§
impl Freeze for nn_locator_t
impl RefUnwindSafe for nn_locator_t
impl !Send for nn_locator_t
impl !Sync for nn_locator_t
impl Unpin for nn_locator_t
impl UnwindSafe for nn_locator_t
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