#[repr(C)]pub struct snd_header {
pub magic: c_uint,
pub hdr_size: c_uint,
pub data_size: c_int,
pub encoding: c_uint,
pub sample_rate: c_uint,
pub channels: c_uint,
}Fields§
§magic: c_uint§hdr_size: c_uint§data_size: c_int§encoding: c_uint§sample_rate: c_uint§channels: c_uintTrait Implementations§
Source§impl Clone for snd_header
impl Clone for snd_header
Source§fn clone(&self) -> snd_header
fn clone(&self) -> snd_header
Returns a duplicate 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 moreSource§impl Debug for snd_header
impl Debug for snd_header
impl Copy for snd_header
Auto Trait Implementations§
impl Freeze for snd_header
impl RefUnwindSafe for snd_header
impl Send for snd_header
impl Sync for snd_header
impl Unpin for snd_header
impl UnwindSafe for snd_header
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