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