pub type snd_aes_iec958_t = snd_aes_iec958;
Expand description
IEC958 structure
Aliased Type§
struct snd_aes_iec958_t {
pub status: [u8; 24],
pub subcode: [u8; 147],
pub pad: u8,
pub dig_subframe: [u8; 4],
}
Fields§
§status: [u8; 24]
< AES/IEC958 channel status bits
subcode: [u8; 147]
< AES/IEC958 subcode bits
pad: u8
< nothing
dig_subframe: [u8; 4]
< AES/IEC958 subframe bits
Trait Implementations
Source§impl Clone for snd_aes_iec958
impl Clone for snd_aes_iec958
Source§fn clone(&self) -> snd_aes_iec958
fn clone(&self) -> snd_aes_iec958
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