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