Type Alias r2r_rcl::rmw_gid_t

source ·
pub type rmw_gid_t = rmw_gid_s;

Aliased Type§

struct rmw_gid_t {
    pub implementation_identifier: *const i8,
    pub data: [u8; 24],
}

Fields§

§implementation_identifier: *const i8§data: [u8; 24]