Struct GstValidateMediaDescriptorClass
Source#[repr(C)]pub struct GstValidateMediaDescriptorClass {
pub parent: GstObjectClass,
pub _gst_reserved: [gpointer; 4],
}
Fields§
§parent: GstObjectClass
§_gst_reserved: [gpointer; 4]
Trait Implementations§
Source§impl Clone for GstValidateMediaDescriptorClass
impl Clone for GstValidateMediaDescriptorClass
Source§fn clone(&self) -> GstValidateMediaDescriptorClass
fn clone(&self) -> GstValidateMediaDescriptorClass
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 moreimpl Copy for GstValidateMediaDescriptorClass
Auto Trait Implementations§
impl Freeze for GstValidateMediaDescriptorClass
impl RefUnwindSafe for GstValidateMediaDescriptorClass
impl !Send for GstValidateMediaDescriptorClass
impl !Sync for GstValidateMediaDescriptorClass
impl Unpin for GstValidateMediaDescriptorClass
impl UnwindSafe for GstValidateMediaDescriptorClass
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