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

Methods

impl _snd_pcm_audio_tstamp_config
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for _snd_pcm_audio_tstamp_config
[src]

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations