#[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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstValidateOverrideRegistry
impl Debug for GstValidateOverrideRegistry
impl Copy for GstValidateOverrideRegistry
Auto Trait Implementations§
impl Freeze for GstValidateOverrideRegistry
impl RefUnwindSafe for GstValidateOverrideRegistry
impl !Send for GstValidateOverrideRegistry
impl !Sync for GstValidateOverrideRegistry
impl Unpin 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)