[−][src]Struct ffmpeg_next::codec::subtitle::Subtitle
Implementations
impl Subtitle[src]
pub unsafe fn as_ptr(&self) -> *const AVSubtitle[src]
pub unsafe fn as_mut_ptr(&mut self) -> *mut AVSubtitle[src]
impl Subtitle[src]
pub fn new() -> Self[src]
pub fn pts(&self) -> Option<i64>[src]
pub fn set_pts(&mut self, value: Option<i64>)[src]
pub fn start(&self) -> u32[src]
pub fn set_start(&mut self, value: u32)[src]
pub fn end(&self) -> u32[src]
pub fn set_end(&mut self, value: u32)[src]
pub fn rects(&self) -> RectIterⓘ[src]
pub fn rects_mut(&mut self) -> RectMutIterⓘImportant traits for RectMutIter<'a>
impl<'a> Iterator for RectMutIter<'a> type Item = RectMut<'a>;[src]
Important traits for RectMutIter<'a>
impl<'a> Iterator for RectMutIter<'a> type Item = RectMut<'a>;pub fn add_rect(&mut self, kind: Type) -> RectMut[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Subtitle
impl !Send for Subtitle
impl !Sync for Subtitle
impl Unpin for Subtitle
impl UnwindSafe for Subtitle
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,