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