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