#[repr(C)]pub struct snd_pcm_sw_params {Show 13 fields
pub tstamp_mode: int,
pub period_step: uint,
pub sleep_min: uint,
pub avail_min: snd_pcm_uframes_t,
pub xfer_align: snd_pcm_uframes_t,
pub start_threshold: snd_pcm_uframes_t,
pub stop_threshold: snd_pcm_uframes_t,
pub silence_threshold: snd_pcm_uframes_t,
pub silence_size: snd_pcm_uframes_t,
pub boundary: snd_pcm_uframes_t,
pub proto: uint,
pub tstamp_type: uint,
pub reserved: [uchar; 56],
}Fields§
§tstamp_mode: int§period_step: uint§sleep_min: uint§avail_min: snd_pcm_uframes_t§xfer_align: snd_pcm_uframes_t§start_threshold: snd_pcm_uframes_t§stop_threshold: snd_pcm_uframes_t§silence_threshold: snd_pcm_uframes_t§silence_size: snd_pcm_uframes_t§boundary: snd_pcm_uframes_t§proto: uint§tstamp_type: uint§reserved: [uchar; 56]Trait Implementations§
Source§impl Clone for snd_pcm_sw_params
impl Clone for snd_pcm_sw_params
Source§fn clone(&self) -> snd_pcm_sw_params
fn clone(&self) -> snd_pcm_sw_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_sw_params
impl Debug for snd_pcm_sw_params
impl Copy for snd_pcm_sw_params
Auto Trait Implementations§
impl Freeze for snd_pcm_sw_params
impl RefUnwindSafe for snd_pcm_sw_params
impl Send for snd_pcm_sw_params
impl Sync for snd_pcm_sw_params
impl Unpin for snd_pcm_sw_params
impl UnwindSafe for snd_pcm_sw_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