Struct alsa_sys::_snd_pcm_audio_tstamp_config
[−]
[src]
#[repr(C)]pub struct _snd_pcm_audio_tstamp_config { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub __bindgen_padding_0: [u8; 3], pub __bindgen_align: [u32; 0], }
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
__bindgen_padding_0: [u8; 3]
__bindgen_align: [u32; 0]
Methods
impl _snd_pcm_audio_tstamp_config
[src]
pub fn type_requested(&self) -> c_uint
[src]
pub fn set_type_requested(&mut self, val: c_uint)
[src]
pub fn report_delay(&self) -> c_uint
[src]
pub fn set_report_delay(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
type_requested: c_uint,
report_delay: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]
type_requested: c_uint,
report_delay: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Debug for _snd_pcm_audio_tstamp_config
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Copy for _snd_pcm_audio_tstamp_config
[src]
impl Clone for _snd_pcm_audio_tstamp_config
[src]
fn clone(&self) -> _snd_pcm_audio_tstamp_config
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more