Struct alsa_sys::snd_aes_iec958
source · #[repr(C)]pub struct snd_aes_iec958 {
pub status: [c_uchar; 24],
pub subcode: [c_uchar; 147],
pub pad: c_uchar,
pub dig_subframe: [c_uchar; 4],
}
Expand description
IEC958 structure
Fields§
§status: [c_uchar; 24]
< AES/IEC958 channel status bits
subcode: [c_uchar; 147]
< AES/IEC958 subcode bits
pad: c_uchar
< nothing
dig_subframe: [c_uchar; 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 moreimpl Copy for snd_aes_iec958
Auto Trait Implementations§
impl RefUnwindSafe for snd_aes_iec958
impl Send for snd_aes_iec958
impl Sync for snd_aes_iec958
impl Unpin for snd_aes_iec958
impl UnwindSafe for snd_aes_iec958
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more