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