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