Struct GstRTSP Stream Transport Class
Source #[repr(C)]pub struct GstRTSPStreamTransportClass {
pub parent_class: GObjectClass,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GObjectClass§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstRTSPStreamTransportClass
impl Clone for GstRTSPStreamTransportClass
Source§fn clone(&self) -> GstRTSPStreamTransportClass
fn clone(&self) -> GstRTSPStreamTransportClass
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 GstRTSPStreamTransportClass
Auto Trait Implementations§
impl !Send for GstRTSPStreamTransportClass
impl !Sync for GstRTSPStreamTransportClass
impl Freeze for GstRTSPStreamTransportClass
impl RefUnwindSafe for GstRTSPStreamTransportClass
impl Unpin for GstRTSPStreamTransportClass
impl UnsafeUnpin for GstRTSPStreamTransportClass
impl UnwindSafe for GstRTSPStreamTransportClass
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