Struct gstreamer_rtsp_server_sys::GstRTSPAddressPool [−][src]
#[repr(C)]pub struct GstRTSPAddressPool { pub parent: GObject, pub priv_: *mut GstRTSPAddressPoolPrivate, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GObject
priv_: *mut GstRTSPAddressPoolPrivate
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTSPAddressPool
impl !Send for GstRTSPAddressPool
impl !Sync for GstRTSPAddressPool
impl Unpin for GstRTSPAddressPool
impl UnwindSafe for GstRTSPAddressPool
Blanket Implementations
Mutably borrows from an owned value. Read more