Type Alias cyclors::ddsi_locator_t

source ·
pub type ddsi_locator_t = ddsi_locator;

Aliased Type§

struct ddsi_locator_t {
    pub kind: i32,
    pub port: u32,
    pub address: [u8; 16],
}

Fields§

§kind: i32§port: u32§address: [u8; 16]

Trait Implementations§

source§

impl Clone for ddsi_locator

source§

fn clone(&self) -> ddsi_locator

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ddsi_locator

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for ddsi_locator