pub type aeron_mpsc_rb_t = aeron_mpsc_rb_stct;
Aliased Type§
struct aeron_mpsc_rb_t {
pub buffer: *mut u8,
pub descriptor: *mut aeron_rb_descriptor_stct,
pub capacity: usize,
pub max_message_length: usize,
}
Fields§
§buffer: *mut u8
§descriptor: *mut aeron_rb_descriptor_stct
§capacity: usize
§max_message_length: usize
Trait Implementations§
Source§impl From<AeronMpscRb> for aeron_mpsc_rb_t
impl From<AeronMpscRb> for aeron_mpsc_rb_t
Source§fn from(value: AeronMpscRb) -> Self
fn from(value: AeronMpscRb) -> Self
Converts to this type from the input type.