#[repr(C)]pub struct GstRTSPOnvifServer {
pub parent: GstRTSPServer,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstRTSPServer
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstRTSPOnvifServer
impl Clone for GstRTSPOnvifServer
source§fn clone(&self) -> GstRTSPOnvifServer
fn clone(&self) -> GstRTSPOnvifServer
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 GstRTSPOnvifServer
impl Debug for GstRTSPOnvifServer
impl Copy for GstRTSPOnvifServer
Auto Trait Implementations§
impl Freeze for GstRTSPOnvifServer
impl RefUnwindSafe for GstRTSPOnvifServer
impl !Send for GstRTSPOnvifServer
impl !Sync for GstRTSPOnvifServer
impl Unpin for GstRTSPOnvifServer
impl UnwindSafe for GstRTSPOnvifServer
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
)