Struct ffmpeg::codec::decoder::subtitle::Subtitle [] [src]

pub struct Subtitle(pub Opened);

Methods

impl Subtitle
[src]

[src]

Methods from Deref<Target = Opened>

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Deref for Subtitle
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for Subtitle
[src]

[src]

Mutably dereferences the value.

Auto Trait Implementations

impl Send for Subtitle

impl !Sync for Subtitle