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