Type Alias r2r_rcl::rcl_serialized_message_t

source ·
pub type rcl_serialized_message_t = rmw_serialized_message_t;

Aliased Type§

struct rcl_serialized_message_t {
    pub buffer: *mut u8,
    pub buffer_length: usize,
    pub buffer_capacity: usize,
    pub allocator: rcutils_allocator_s,
}

Fields§

§buffer: *mut u8§buffer_length: usize§buffer_capacity: usize§allocator: rcutils_allocator_s