Struct gstreamer_sdp_sys::GstSDPAttribute[][src]

#[repr(C)]
pub struct GstSDPAttribute { pub key: *mut c_char, pub value: *mut c_char, }

Fields

Trait Implementations

impl Copy for GstSDPAttribute
[src]

impl Clone for GstSDPAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPAttribute
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPAttribute

impl !Sync for GstSDPAttribute