Struct GstRTSP Media FactoryURI
Source #[repr(C)]pub struct GstRTSPMediaFactoryURI {
pub parent: GstRTSPMediaFactory,
pub priv_: *mut GstRTSPMediaFactoryURIPrivate,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GstRTSPMediaFactory§priv_: *mut GstRTSPMediaFactoryURIPrivate§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstRTSPMediaFactoryURI
impl Clone for GstRTSPMediaFactoryURI
Source§fn clone(&self) -> GstRTSPMediaFactoryURI
fn clone(&self) -> GstRTSPMediaFactoryURI
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstRTSPMediaFactoryURI
Auto Trait Implementations§
impl !Send for GstRTSPMediaFactoryURI
impl !Sync for GstRTSPMediaFactoryURI
impl Freeze for GstRTSPMediaFactoryURI
impl RefUnwindSafe for GstRTSPMediaFactoryURI
impl Unpin for GstRTSPMediaFactoryURI
impl UnsafeUnpin for GstRTSPMediaFactoryURI
impl UnwindSafe for GstRTSPMediaFactoryURI
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