Type Alias rusteron_archive::bindings::aeron_header_values_t
source · pub type aeron_header_values_t = aeron_header_values_stct;
Aliased Type§
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
impl From<AeronHeaderValues> for aeron_header_values_t
source§fn from(value: AeronHeaderValues) -> Self
fn from(value: AeronHeaderValues) -> Self
Converts to this type from the input type.