Type Alias rcutils_uint8_array_t

Source
pub type rcutils_uint8_array_t = rcutils_uint8_array_s;

Aliased Type§

#[repr(C)]
pub struct rcutils_uint8_array_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