Type Alias r2r_rcl::rmw_message_info_sequence_t
source · pub type rmw_message_info_sequence_t = rmw_message_info_sequence_s;
Aliased Type§
struct rmw_message_info_sequence_t {
pub data: *mut rmw_message_info_s,
pub size: usize,
pub capacity: usize,
pub allocator: *mut rcutils_allocator_s,
}
Fields§
§data: *mut rmw_message_info_s
§size: usize
§capacity: usize
§allocator: *mut rcutils_allocator_s