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