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