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