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

Trait Implementations

impl Copy for GstRTSPAddress
[src]

impl Clone for GstRTSPAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstRTSPAddress
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstRTSPAddress

impl !Sync for GstRTSPAddress