Struct gstreamer_sdp_sys::GstSDPBandwidth[][src]

#[repr(C)]
pub struct GstSDPBandwidth { pub bwtype: *mut c_char, pub bandwidth: c_uint, }

Fields

Trait Implementations

impl Copy for GstSDPBandwidth
[src]

impl Clone for GstSDPBandwidth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstSDPBandwidth
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstSDPBandwidth

impl !Sync for GstSDPBandwidth