pub type aeron_option_header_t = aeron_option_header_stct;
Aliased Type§
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
impl From<AeronOptionHeader> for aeron_option_header_t
Source§fn from(value: AeronOptionHeader) -> Self
fn from(value: AeronOptionHeader) -> Self
Converts to this type from the input type.