Type Alias alsa_sys::snd_pcm_sync_id_t

source ·
pub type snd_pcm_sync_id_t = _snd_pcm_sync_id;
Expand description

PCM synchronization ID

Aliased Type§

union snd_pcm_sync_id_t {
    pub id: [u8; 16],
    pub id16: [u16; 8],
    pub id32: [u32; 4],
    /* private fields */
}

Fields§

§id: [u8; 16]

8-bit ID

§id16: [u16; 8]

16-bit ID

§id32: [u32; 4]

32-bit ID

Trait Implementations

source§

impl Clone for _snd_pcm_sync_id

source§

fn clone(&self) -> _snd_pcm_sync_id

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Copy for _snd_pcm_sync_id