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