Type Alias aeron_nak_header_t

Source
pub type aeron_nak_header_t = aeron_nak_header_stct;

Aliased Type§

#[repr(C)]
pub struct aeron_nak_header_t { pub frame_header: aeron_frame_header_stct, pub session_id: i32, pub stream_id: i32, pub term_id: i32, pub term_offset: i32, pub length: i32, }

Fields§

§frame_header: aeron_frame_header_stct§session_id: i32§stream_id: i32§term_id: i32§term_offset: i32§length: i32

Trait Implementations§

Source§

impl From<AeronNakHeader> for aeron_nak_header_t

Source§

fn from(value: AeronNakHeader) -> Self

Converts to this type from the input type.