#[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