#[repr(C)]pub struct snd_pcm_hw_params {Show 14 fields
pub flags: uint,
pub masks: [snd_mask; 3],
pub mres: [snd_mask; 5],
pub intervals: [snd_interval; 12],
pub ires: [snd_interval; 9],
pub rmask: uint,
pub cmask: uint,
pub info: uint,
pub msbits: uint,
pub rate_num: uint,
pub rate_den: uint,
pub fifo_size: snd_pcm_uframes_t,
pub sync: [uchar; 16],
pub reserved: [uchar; 48],
}Fields§
§flags: uint§masks: [snd_mask; 3]§mres: [snd_mask; 5]§intervals: [snd_interval; 12]§ires: [snd_interval; 9]§rmask: uint§cmask: uint§info: uint§msbits: uint§rate_num: uint§rate_den: uint§fifo_size: snd_pcm_uframes_t§sync: [uchar; 16]§reserved: [uchar; 48]Trait Implementations§
Source§impl Clone for snd_pcm_hw_params
impl Clone for snd_pcm_hw_params
Source§fn clone(&self) -> snd_pcm_hw_params
fn clone(&self) -> snd_pcm_hw_params
Returns a duplicate 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 snd_pcm_hw_params
impl Debug for snd_pcm_hw_params
impl Copy for snd_pcm_hw_params
Auto Trait Implementations§
impl Freeze for snd_pcm_hw_params
impl RefUnwindSafe for snd_pcm_hw_params
impl Send for snd_pcm_hw_params
impl Sync for snd_pcm_hw_params
impl Unpin for snd_pcm_hw_params
impl UnwindSafe for snd_pcm_hw_params
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