Struct gstreamer_sdp_sys::GstMIKEYMessage[][src]

#[repr(C)]
pub struct GstMIKEYMessage { pub mini_object: GstMiniObject, pub version: u8, pub type_: GstMIKEYType, pub V: gboolean, pub prf_func: GstMIKEYPRFFunc, pub CSB_id: u32, pub map_type: GstMIKEYMapType, pub map_info: *mut GArray, pub payloads: *mut GArray, }

Fields

Trait Implementations

impl Copy for GstMIKEYMessage
[src]

impl Clone for GstMIKEYMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMIKEYMessage
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMIKEYMessage

impl !Sync for GstMIKEYMessage