#[repr(C)]pub struct speaker_span_t {
pub start_time: f32,
pub duration: f32,
pub speaker_id: u64,
pub speaker_index: u32,
pub start_char: u64,
pub end_char: u64,
}Fields§
§start_time: f32§duration: f32§speaker_id: u64§speaker_index: u32§start_char: u64§end_char: u64Trait Implementations§
Source§impl Clone for speaker_span_t
impl Clone for speaker_span_t
Source§fn clone(&self) -> speaker_span_t
fn clone(&self) -> speaker_span_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for speaker_span_t
Auto Trait Implementations§
impl Freeze for speaker_span_t
impl RefUnwindSafe for speaker_span_t
impl Send for speaker_span_t
impl Sync for speaker_span_t
impl Unpin for speaker_span_t
impl UnsafeUnpin for speaker_span_t
impl UnwindSafe for speaker_span_t
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