Struct flite_sys::snd_header
source · #[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_uinthdr_size: c_uintdata_size: c_intencoding: c_uintsample_rate: c_uintchannels: c_uintTrait Implementations
sourceimpl Clone for snd_header
impl Clone for snd_header
sourcefn clone(&self) -> snd_header
fn clone(&self) -> snd_header
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for snd_header
impl Debug for snd_header
impl Copy for snd_header
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more