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