Struct wireplumber_sys::WpMetadataClass 
source · #[repr(C)]pub struct WpMetadataClass {
    pub parent_class: WpGlobalProxyClass,
    pub _wp_padding: [gpointer; 4],
}Fields§
§parent_class: WpGlobalProxyClass§_wp_padding: [gpointer; 4]Trait Implementations§
source§impl Clone for WpMetadataClass
 
impl Clone for WpMetadataClass
source§fn clone(&self) -> WpMetadataClass
 
fn clone(&self) -> WpMetadataClass
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 WpMetadataClass
 
impl Debug for WpMetadataClass
impl Copy for WpMetadataClass
Auto Trait Implementations§
impl Freeze for WpMetadataClass
impl RefUnwindSafe for WpMetadataClass
impl !Send for WpMetadataClass
impl !Sync for WpMetadataClass
impl Unpin for WpMetadataClass
impl UnwindSafe for WpMetadataClass
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