Type Alias switch_event_header_t

Source
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 i8

the header name

§value: *mut i8

the header value

§array: *mut *mut i8

array space

§idx: i32

array index

§hash: u64

hash of the header name

§next: *mut switch_event_header