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
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAddress
impl !Send for GstRTSPAddress
impl !Sync for GstRTSPAddress
impl Unpin for GstRTSPAddress
impl UnwindSafe for GstRTSPAddress
Blanket Implementations
Mutably borrows from an owned value. Read more