Struct gstreamer_sdp_sys::GstSDPConnection
source · #[repr(C)]pub struct GstSDPConnection {
pub nettype: *mut c_char,
pub addrtype: *mut c_char,
pub address: *mut c_char,
pub ttl: c_uint,
pub addr_number: c_uint,
}Fields§
§nettype: *mut c_char§addrtype: *mut c_char§address: *mut c_char§ttl: c_uint§addr_number: c_uintTrait Implementations§
source§impl Clone for GstSDPConnection
impl Clone for GstSDPConnection
source§fn clone(&self) -> GstSDPConnection
fn clone(&self) -> GstSDPConnection
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