pub type switch_event_t = switch_event;Aliased Type§
#[repr(C)]pub struct switch_event_t {
pub event_id: switch_event_types_t,
pub priority: u32,
pub owner: *mut i8,
pub subclass_name: *mut i8,
pub headers: *mut switch_event_header,
pub last_header: *mut switch_event_header,
pub body: *mut i8,
pub bind_user_data: *mut c_void,
pub event_user_data: *mut c_void,
pub key: u64,
pub next: *mut switch_event,
pub flags: i32,
}Fields§
§event_id: switch_event_types_t§priority: u32§owner: *mut i8§subclass_name: *mut i8§headers: *mut switch_event_header§last_header: *mut switch_event_header§body: *mut i8§bind_user_data: *mut c_void§event_user_data: *mut c_void§key: u64§next: *mut switch_event§flags: i32