Struct gstreamer_rtsp_server_sys::GstRTSPAddress [−][src]
#[repr(C)]pub struct GstRTSPAddress { pub pool: *mut GstRTSPAddressPool, pub address: *mut c_char, pub port: u16, pub n_ports: c_int, pub ttl: u8, pub priv_: gpointer, }
Fields
pool: *mut GstRTSPAddressPool
address: *mut c_char
port: u16
n_ports: c_int
ttl: u8
priv_: gpointer
Trait Implementations
impl Copy for GstRTSPAddress
[src]
impl Copy for GstRTSPAddress
impl Clone for GstRTSPAddress
[src]
impl Clone for GstRTSPAddress
fn clone(&self) -> GstRTSPAddress
[src]
fn clone(&self) -> GstRTSPAddress
Returns 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 GstRTSPAddress
[src]
impl Debug for GstRTSPAddress
Auto Trait Implementations
impl !Send for GstRTSPAddress
impl !Send for GstRTSPAddress
impl !Sync for GstRTSPAddress
impl !Sync for GstRTSPAddress