Type Alias rusteron_client::bindings::aeron_buffer_claim_t

source ·
pub type aeron_buffer_claim_t = aeron_buffer_claim_stct;
Expand description

Structure used to hold information for a try_claim function call.

Aliased Type§

struct aeron_buffer_claim_t {
    pub frame_header: *mut u8,
    pub data: *mut u8,
    pub length: usize,
}

Fields§

§frame_header: *mut u8§data: *mut u8§length: usize

Trait Implementations§

source§

impl From<AeronBufferClaim> for aeron_buffer_claim_t

source§

fn from(value: AeronBufferClaim) -> Self

Converts to this type from the input type.