#[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_int§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>§utt: *const cst_utterance§item: *const cst_item§userdata: *mut c_voidTrait Implementations§
Source§impl Clone for cst_audio_streaming_info_struct
impl Clone for cst_audio_streaming_info_struct
Source§fn clone(&self) -> cst_audio_streaming_info_struct
fn clone(&self) -> cst_audio_streaming_info_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 moreimpl Copy for cst_audio_streaming_info_struct
Auto Trait Implementations§
impl Freeze for cst_audio_streaming_info_struct
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§
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