Struct gstreamer_sdp_sys::GstSDPKey[][src]

#[repr(C)]
pub struct GstSDPKey { pub type_: *mut c_char, pub data: *mut c_char, }

Fields

Trait Implementations

impl Copy for GstSDPKey
[src]

impl Clone for GstSDPKey
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPKey
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPKey

impl !Sync for GstSDPKey