Struct gstreamer_rtsp_server_sys::GstRTSPServer
source · #[repr(C)]pub struct GstRTSPServer {
pub parent: GObject,
pub priv_: *mut GstRTSPServerPrivate,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GObject
§priv_: *mut GstRTSPServerPrivate
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstRTSPServer
impl Clone for GstRTSPServer
source§fn clone(&self) -> GstRTSPServer
fn clone(&self) -> GstRTSPServer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstRTSPServer
impl Debug for GstRTSPServer
impl Copy for GstRTSPServer
Auto Trait Implementations§
impl Freeze for GstRTSPServer
impl RefUnwindSafe for GstRTSPServer
impl !Send for GstRTSPServer
impl !Sync for GstRTSPServer
impl Unpin for GstRTSPServer
impl UnwindSafe for GstRTSPServer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)