Struct gstreamer_sdp_sys::GstSDPBandwidth
source · #[repr(C)]pub struct GstSDPBandwidth {
pub bwtype: *mut c_char,
pub bandwidth: c_uint,
}Fields§
§bwtype: *mut c_char§bandwidth: c_uintTrait Implementations§
source§impl Clone for GstSDPBandwidth
impl Clone for GstSDPBandwidth
source§fn clone(&self) -> GstSDPBandwidth
fn clone(&self) -> GstSDPBandwidth
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more