Type Alias aeron_option_header_t

Source
pub type aeron_option_header_t = aeron_option_header_stct;

Aliased Type§

#[repr(C, packed(1))]
pub struct aeron_option_header_t { pub option_length: u16, pub type_: u16, }

Fields§

§option_length: u16§type_: u16

Trait Implementations§

Source§

impl From<AeronOptionHeader> for aeron_option_header_t

Source§

fn from(value: AeronOptionHeader) -> Self

Converts to this type from the input type.