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