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