Type Alias aeron_driver_t

Source
pub type aeron_driver_t = aeron_driver_stct;

Aliased Type§

#[repr(C)]
pub struct aeron_driver_t { pub context: *mut aeron_driver_context_stct, pub conductor: aeron_driver_conductor_stct, pub sender: aeron_driver_sender_stct, pub receiver: aeron_driver_receiver_stct, pub runners: [aeron_agent_runner_stct; 3], }

Fields§

§context: *mut aeron_driver_context_stct§conductor: aeron_driver_conductor_stct§sender: aeron_driver_sender_stct§receiver: aeron_driver_receiver_stct§runners: [aeron_agent_runner_stct; 3]

Trait Implementations§

Source§

impl From<AeronDriver> for aeron_driver_t

Source§

fn from(value: AeronDriver) -> Self

Converts to this type from the input type.