#[repr(C)]pub struct whisper_token_data {
pub id: whisper_token,
pub tid: whisper_token,
pub p: f32,
pub plog: f32,
pub pt: f32,
pub ptsum: f32,
pub t0: i64,
pub t1: i64,
pub t_dtw: i64,
pub vlen: f32,
}Fields§
§id: whisper_token§tid: whisper_token§p: f32§plog: f32§pt: f32§ptsum: f32§t0: i64§t1: i64§t_dtw: i64§vlen: f32Trait Implementations§
Source§impl Clone for whisper_token_data
impl Clone for whisper_token_data
Source§fn clone(&self) -> whisper_token_data
fn clone(&self) -> whisper_token_data
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 whisper_token_data
impl Debug for whisper_token_data
Source§impl Default for whisper_token_data
impl Default for whisper_token_data
Source§fn default() -> whisper_token_data
fn default() -> whisper_token_data
Returns the “default value” for a type. Read more
impl Copy for whisper_token_data
Auto Trait Implementations§
impl Freeze for whisper_token_data
impl RefUnwindSafe for whisper_token_data
impl Send for whisper_token_data
impl Sync for whisper_token_data
impl Unpin for whisper_token_data
impl UnwindSafe for whisper_token_data
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