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