pub type switch_event_header_t = switch_event_header;Expand description
\brief An event Header
Aliased Type§
#[repr(C)]pub struct switch_event_header_t {
pub name: *mut i8,
pub value: *mut i8,
pub array: *mut *mut i8,
pub idx: i32,
pub hash: u64,
pub next: *mut switch_event_header,
}Fields§
§name: *mut i8the header name
value: *mut i8the header value
array: *mut *mut i8array space
idx: i32array index
hash: u64hash of the header name
next: *mut switch_event_header