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