[][src]Struct libass::Track

pub struct Track<'library> { /* fields omitted */ }

Implementations

impl<'library> Track<'library>[src]

pub fn new_style(&self) -> Style<'_>[src]

pub fn new_event(&self) -> Event<'_>[src]

pub fn step_sub(&self, now: i64, movement: i32) -> i64[src]

pub fn process_force_style(&mut self)[src]

pub fn read_styles(&mut self, filename: &CStr, codepage: &CStr)[src]

pub fn set_check_readorder(&mut self, check_readorder: bool)[src]

pub fn flush_events(&mut self)[src]

pub fn process_data(&mut self, data: &mut [u8])[src]

pub fn process_codec_private(&mut self, data: &mut [u8])[src]

pub fn process_chunk(&mut self, data: &mut [u8], timecode: i64, duration: i64)[src]

Trait Implementations

impl<'library> Drop for Track<'library>[src]

Auto Trait Implementations

impl<'library> RefUnwindSafe for Track<'library>

impl<'library> !Send for Track<'library>

impl<'library> !Sync for Track<'library>

impl<'library> Unpin for Track<'library>

impl<'library> !UnwindSafe for Track<'library>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.