Struct GstRTSPOnvifServer
Source#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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