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

Methods

impl _snd_pcm_audio_tstamp_report
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for _snd_pcm_audio_tstamp_report
[src]

[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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations