Struct GstValidate Override Registry
Source #[repr(C)]pub struct GstValidateOverrideRegistry {
pub mutex: GMutex,
pub name_overrides: GQueue,
pub gtype_overrides: GQueue,
pub klass_overrides: GQueue,
pub _gst_reserved: [gpointer; 4],
}Fields§
§mutex: GMutex§name_overrides: GQueue§gtype_overrides: GQueue§klass_overrides: GQueue§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstValidateOverrideRegistry
impl Clone for GstValidateOverrideRegistry
Source§fn clone(&self) -> GstValidateOverrideRegistry
fn clone(&self) -> GstValidateOverrideRegistry
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 GstValidateOverrideRegistry
Auto Trait Implementations§
impl !Send for GstValidateOverrideRegistry
impl !Sync for GstValidateOverrideRegistry
impl Freeze for GstValidateOverrideRegistry
impl RefUnwindSafe for GstValidateOverrideRegistry
impl Unpin for GstValidateOverrideRegistry
impl UnsafeUnpin for GstValidateOverrideRegistry
impl UnwindSafe for GstValidateOverrideRegistry
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