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