Struct ffmpeg_sys_next::AVSubtitle 
source · #[repr(C)]pub struct AVSubtitle {
    pub format: u16,
    pub start_display_time: u32,
    pub end_display_time: u32,
    pub num_rects: c_uint,
    pub rects: *mut *mut AVSubtitleRect,
    pub pts: i64,
}Fields§
§format: u16§start_display_time: u32§end_display_time: u32§num_rects: c_uint§rects: *mut *mut AVSubtitleRect§pts: i64< Same as packet pts, in AV_TIME_BASE
Trait Implementations§
source§impl Clone for AVSubtitle
 
impl Clone for AVSubtitle
source§fn clone(&self) -> AVSubtitle
 
fn clone(&self) -> AVSubtitle
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 AVSubtitle
 
impl Debug for AVSubtitle
source§impl PartialEq for AVSubtitle
 
impl PartialEq for AVSubtitle
source§fn eq(&self, other: &AVSubtitle) -> bool
 
fn eq(&self, other: &AVSubtitle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for AVSubtitle
impl Eq for AVSubtitle
impl StructuralPartialEq for AVSubtitle
Auto Trait Implementations§
impl Freeze for AVSubtitle
impl RefUnwindSafe for AVSubtitle
impl !Send for AVSubtitle
impl !Sync for AVSubtitle
impl Unpin for AVSubtitle
impl UnwindSafe for AVSubtitle
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
 
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
    T: Copy,
 
impl<T> CloneToUninit for Twhere
    T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)