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
impl Clone for _snd_pcm_sync_id
Source§fn clone(&self) -> _snd_pcm_sync_id
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more