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