Struct gstreamer_sdp_sys::GstMIKEYPayload[][src]

#[repr(C)]
pub struct GstMIKEYPayload { pub mini_object: GstMiniObject, pub type_: GstMIKEYPayloadType, pub len: c_uint, }

Fields

Trait Implementations

impl Copy for GstMIKEYPayload
[src]

impl Clone for GstMIKEYPayload
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstMIKEYPayload
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstMIKEYPayload

impl !Sync for GstMIKEYPayload