Struct makepad_widgets::shader::std::os::linux::pulse_sys::pa_cvolume
#[repr(C)]pub struct pa_cvolume {
pub channels: u8,
pub values: [u32; 32],
}Fields§
§channels: u8§values: [u32; 32]Trait Implementations§
§impl Clone for pa_cvolume
impl Clone for pa_cvolume
§fn clone(&self) -> pa_cvolume
fn clone(&self) -> pa_cvolume
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_cvolume
impl Debug for pa_cvolume
impl Copy for pa_cvolume
Auto Trait Implementations§
impl RefUnwindSafe for pa_cvolume
impl Send for pa_cvolume
impl Sync for pa_cvolume
impl Unpin for pa_cvolume
impl UnwindSafe for pa_cvolume
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