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 GstRTSPAddressimpl Clone for GstRTSPAddress[src]
impl Clone for GstRTSPAddressfn clone(&self) -> GstRTSPAddress[src]
fn clone(&self) -> GstRTSPAddressReturns 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 GstRTSPAddressAuto Trait Implementations
impl !Send for GstRTSPAddress
impl !Send for GstRTSPAddressimpl !Sync for GstRTSPAddress
impl !Sync for GstRTSPAddress