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