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