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