Struct gstreamer_sdp_sys::GstSDPBandwidth [−][src]
#[repr(C)]pub struct GstSDPBandwidth { pub bwtype: *mut c_char, pub bandwidth: c_uint, }
Fields
bwtype: *mut c_char
bandwidth: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstSDPBandwidth
impl !Send for GstSDPBandwidth
impl !Sync for GstSDPBandwidth
impl Unpin for GstSDPBandwidth
impl UnwindSafe for GstSDPBandwidth
Blanket Implementations
Mutably borrows from an owned value. Read more