Struct pipewire_sys::pw_impl_module
source · #[repr(C)]pub struct pw_impl_module { /* private fields */ }
Expand description
\addtogroup pw_impl_module {
Trait Implementations§
source§impl Clone for pw_impl_module
impl Clone for pw_impl_module
source§fn clone(&self) -> pw_impl_module
fn clone(&self) -> pw_impl_module
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 pw_impl_module
impl Debug for pw_impl_module
impl Copy for pw_impl_module
Auto Trait Implementations§
impl RefUnwindSafe for pw_impl_module
impl Send for pw_impl_module
impl Sync for pw_impl_module
impl Unpin for pw_impl_module
impl UnwindSafe for pw_impl_module
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