Struct alsa_sys::_snd_pcm_audio_tstamp_report
[−]
[src]
#[repr(C)]pub struct _snd_pcm_audio_tstamp_report { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>, pub accuracy: c_uint, }
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>
accuracy: c_uint
Methods
impl _snd_pcm_audio_tstamp_report
[src]
pub fn valid(&self) -> c_uint
[src]
pub fn set_valid(&mut self, val: c_uint)
[src]
pub fn actual_type(&self) -> c_uint
[src]
pub fn set_actual_type(&mut self, val: c_uint)
[src]
pub fn accuracy_report(&self) -> c_uint
[src]
pub fn set_accuracy_report(&mut self, val: c_uint)
[src]
pub fn new_bitfield_1(
valid: c_uint,
actual_type: c_uint,
accuracy_report: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
[src]
valid: c_uint,
actual_type: c_uint,
accuracy_report: c_uint
) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations
impl Debug for _snd_pcm_audio_tstamp_report
[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_report
[src]
impl Clone for _snd_pcm_audio_tstamp_report
[src]
fn clone(&self) -> _snd_pcm_audio_tstamp_report
[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