#[repr(C)]pub struct SherpaOnnxSpeechSegment {
pub start: i32,
pub samples: *mut f32,
pub n: i32,
}
Fields§
§start: i32
§samples: *mut f32
§n: i32
Trait Implementations§
Source§impl Clone for SherpaOnnxSpeechSegment
impl Clone for SherpaOnnxSpeechSegment
Source§fn clone(&self) -> SherpaOnnxSpeechSegment
fn clone(&self) -> SherpaOnnxSpeechSegment
Returns a copy 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 SherpaOnnxSpeechSegment
impl Debug for SherpaOnnxSpeechSegment
impl Copy for SherpaOnnxSpeechSegment
Auto Trait Implementations§
impl Freeze for SherpaOnnxSpeechSegment
impl RefUnwindSafe for SherpaOnnxSpeechSegment
impl !Send for SherpaOnnxSpeechSegment
impl !Sync for SherpaOnnxSpeechSegment
impl Unpin for SherpaOnnxSpeechSegment
impl UnwindSafe for SherpaOnnxSpeechSegment
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