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