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