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 GstRTSPAddressPooladdress: *mut c_charport: u16n_ports: c_intttl: u8priv_: gpointerTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAddressimpl !Send for GstRTSPAddressimpl !Sync for GstRTSPAddressimpl Unpin for GstRTSPAddressimpl UnwindSafe for GstRTSPAddressBlanket Implementations
Mutably borrows from an owned value. Read more