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