#[repr(C)]pub struct GstRegistry {
pub object: GstObject,
pub priv_: *mut GstRegistryPrivate,
}Fields§
§object: GstObject§priv_: *mut GstRegistryPrivateTrait Implementations§
Source§impl Clone for GstRegistry
impl Clone for GstRegistry
impl Copy for GstRegistry
Auto Trait Implementations§
impl !Send for GstRegistry
impl !Sync for GstRegistry
impl Freeze for GstRegistry
impl RefUnwindSafe for GstRegistry
impl Unpin for GstRegistry
impl UnsafeUnpin for GstRegistry
impl UnwindSafe for GstRegistry
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