pub type aeron_log_buffer_t = aeron_log_buffer_stct;Aliased Type§
#[repr(C)]pub struct aeron_log_buffer_t { /* private fields */ }Trait Implementations§
Source§impl From<AeronLogBuffer> for aeron_log_buffer_t
impl From<AeronLogBuffer> for aeron_log_buffer_t
Source§fn from(value: AeronLogBuffer) -> Self
fn from(value: AeronLogBuffer) -> Self
Converts to this type from the input type.