Struct gstreamer_sdp_sys::GstSDPOrigin [−][src]
#[repr(C)]pub struct GstSDPOrigin { pub username: *mut c_char, pub sess_id: *mut c_char, pub sess_version: *mut c_char, pub nettype: *mut c_char, pub addrtype: *mut c_char, pub addr: *mut c_char, }
Fields
username: *mut c_char
sess_id: *mut c_char
sess_version: *mut c_char
nettype: *mut c_char
addrtype: *mut c_char
addr: *mut c_char
Trait Implementations
impl Copy for GstSDPOrigin[src]
impl Copy for GstSDPOriginimpl Clone for GstSDPOrigin[src]
impl Clone for GstSDPOriginfn clone(&self) -> GstSDPOrigin[src]
fn clone(&self) -> GstSDPOriginReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GstSDPOrigin[src]
impl Debug for GstSDPOriginAuto Trait Implementations
impl !Send for GstSDPOrigin
impl !Send for GstSDPOriginimpl !Sync for GstSDPOrigin
impl !Sync for GstSDPOrigin