Struct wireplumber::signals::PwProxyDestroyed
source · pub struct PwProxyDestroyed;
Available on crate feature
glib-signal
only.Trait Implementations§
source§impl Clone for PwProxyDestroyed
impl Clone for PwProxyDestroyed
source§fn clone(&self) -> PwProxyDestroyed
fn clone(&self) -> PwProxyDestroyed
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 PwProxyDestroyed
impl Debug for PwProxyDestroyed
source§impl Signal for PwProxyDestroyed
impl Signal for PwProxyDestroyed
impl Copy for PwProxyDestroyed
impl Notifies<PwProxyDestroyed> for Proxy
Auto Trait Implementations§
impl Freeze for PwProxyDestroyed
impl RefUnwindSafe for PwProxyDestroyed
impl Send for PwProxyDestroyed
impl Sync for PwProxyDestroyed
impl Unpin for PwProxyDestroyed
impl UnwindSafe for PwProxyDestroyed
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