Type Alias aeron_header_values_t

Source
pub type aeron_header_values_t = aeron_header_values_stct;

Aliased Type§

#[repr(C, packed(4))]
pub struct aeron_header_values_t { pub frame: aeron_header_values_frame_stct, pub initial_term_id: i32, pub position_bits_to_shift: usize, }

Fields§

§frame: aeron_header_values_frame_stct§initial_term_id: i32§position_bits_to_shift: usize

Trait Implementations§

Source§

impl From<AeronHeaderValues> for aeron_header_values_t

Source§

fn from(value: AeronHeaderValues) -> Self

Converts to this type from the input type.