Struct GstMse SrcClass
Source #[repr(C)]pub struct GstMseSrcClass {
pub parent_class: GstElementClass,
}Fields§
§parent_class: GstElementClassTrait Implementations§
Source§impl Clone for GstMseSrcClass
impl Clone for GstMseSrcClass
Source§fn clone(&self) -> GstMseSrcClass
fn clone(&self) -> GstMseSrcClass
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 GstMseSrcClass
Auto Trait Implementations§
impl !Send for GstMseSrcClass
impl !Sync for GstMseSrcClass
impl Freeze for GstMseSrcClass
impl RefUnwindSafe for GstMseSrcClass
impl Unpin for GstMseSrcClass
impl UnsafeUnpin for GstMseSrcClass
impl UnwindSafe for GstMseSrcClass
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