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