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