Type Alias 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§

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