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