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