#[repr(C)]pub struct cst_audio_streaming_info_struct {
pub min_buffsize: c_int,
pub asc: Option<unsafe extern "C" fn(w: *const cst_wave, start: c_int, size: c_int, last: c_int, asi: *mut cst_audio_streaming_info_struct) -> c_int>,
pub utt: *const cst_utterance,
pub item: *const cst_item,
pub userdata: *mut c_void,
}Fields
min_buffsize: c_intasc: Option<unsafe extern "C" fn(w: *const cst_wave, start: c_int, size: c_int, last: c_int, asi: *mut cst_audio_streaming_info_struct) -> c_int>utt: *const cst_utteranceitem: *const cst_itemuserdata: *mut c_voidTrait Implementations
sourceimpl Clone for cst_audio_streaming_info_struct
impl Clone for cst_audio_streaming_info_struct
sourcefn clone(&self) -> cst_audio_streaming_info_struct
fn clone(&self) -> cst_audio_streaming_info_struct
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 moreimpl Copy for cst_audio_streaming_info_struct
Auto Trait Implementations
impl RefUnwindSafe for cst_audio_streaming_info_struct
impl !Send for cst_audio_streaming_info_struct
impl !Sync for cst_audio_streaming_info_struct
impl Unpin for cst_audio_streaming_info_struct
impl UnwindSafe for cst_audio_streaming_info_struct
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