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