Struct wireplumber_sys::WpTransition
source · #[repr(C)]pub struct WpTransition {
pub parent_instance: GObject,
}
Fields§
§parent_instance: GObject
Trait Implementations§
source§impl Clone for WpTransition
impl Clone for WpTransition
source§fn clone(&self) -> WpTransition
fn clone(&self) -> WpTransition
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 WpTransition
impl Debug for WpTransition
impl Copy for WpTransition
Auto Trait Implementations§
impl Freeze for WpTransition
impl RefUnwindSafe for WpTransition
impl !Send for WpTransition
impl !Sync for WpTransition
impl Unpin for WpTransition
impl UnwindSafe for WpTransition
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