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