#[repr(C)]pub struct cst_wave_header_struct {
pub type_: *const c_char,
pub hsize: c_int,
pub num_bytes: c_int,
pub sample_rate: c_int,
pub num_samples: c_int,
pub num_channels: c_int,
}Fields§
§type_: *const c_char§hsize: c_int§num_bytes: c_int§sample_rate: c_int§num_samples: c_int§num_channels: c_intTrait Implementations§
Source§impl Clone for cst_wave_header_struct
impl Clone for cst_wave_header_struct
Source§fn clone(&self) -> cst_wave_header_struct
fn clone(&self) -> cst_wave_header_struct
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 cst_wave_header_struct
impl Debug for cst_wave_header_struct
impl Copy for cst_wave_header_struct
Auto Trait Implementations§
impl Freeze for cst_wave_header_struct
impl RefUnwindSafe for cst_wave_header_struct
impl !Send for cst_wave_header_struct
impl !Sync for cst_wave_header_struct
impl Unpin for cst_wave_header_struct
impl UnwindSafe for cst_wave_header_struct
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