Struct GstMseSrcClass
Source#[repr(C)]pub struct GstMseSrcClass {
pub parent_class: GstElementClass,
}
Fields§
§parent_class: GstElementClass
Trait 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 · 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 GstMseSrcClass
impl Debug for GstMseSrcClass
impl Copy for GstMseSrcClass
Auto Trait Implementations§
impl Freeze for GstMseSrcClass
impl RefUnwindSafe for GstMseSrcClass
impl !Send for GstMseSrcClass
impl !Sync for GstMseSrcClass
impl Unpin 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