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