pub struct SegmentChunk {
pub segment_idx: usize,
pub frames: Vec<VideoFrame>,
pub is_final: bool,
}Fields§
§segment_idx: usize§frames: Vec<VideoFrame>§is_final: boolAuto Trait Implementations§
impl Freeze for SegmentChunk
impl RefUnwindSafe for SegmentChunk
impl Send for SegmentChunk
impl Sync for SegmentChunk
impl Unpin for SegmentChunk
impl UnsafeUnpin for SegmentChunk
impl UnwindSafe for SegmentChunk
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