pub struct SegmentCallbackData {
pub segment: i32,
pub start_timestamp: i64,
pub end_timestamp: i64,
pub text: String,
}
Fields§
§segment: i32
§start_timestamp: i64
§end_timestamp: i64
§text: String
Trait Implementations§
Source§impl Clone for SegmentCallbackData
impl Clone for SegmentCallbackData
Source§fn clone(&self) -> SegmentCallbackData
fn clone(&self) -> SegmentCallbackData
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 moreAuto Trait Implementations§
impl Freeze for SegmentCallbackData
impl RefUnwindSafe for SegmentCallbackData
impl Send for SegmentCallbackData
impl Sync for SegmentCallbackData
impl Unpin for SegmentCallbackData
impl UnwindSafe for SegmentCallbackData
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