Struct makepad_widgets::shader::std::os::linux::pulse_sys::pa_context
#[repr(C)]pub struct pa_context { /* private fields */ }Trait Implementations§
§impl Clone for pa_context
impl Clone for pa_context
§fn clone(&self) -> pa_context
fn clone(&self) -> pa_context
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 more§impl Debug for pa_context
impl Debug for pa_context
impl Copy for pa_context
Auto Trait Implementations§
impl RefUnwindSafe for pa_context
impl Send for pa_context
impl Sync for pa_context
impl Unpin for pa_context
impl UnwindSafe for pa_context
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