Struct ffmpeg::util::frame::Frame [] [src]

pub struct Frame { /* fields omitted */ }

Methods

impl Frame
[src]

[src]

[src]

[src]

[src]

[src]

impl Frame
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl From<Frame> for Video
[src]

[src]

Performs the conversion.

impl From<Frame> for Audio
[src]

[src]

Performs the conversion.

impl PartialEq for Frame
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Frame
[src]

impl Send for Frame
[src]

impl Sync for Frame
[src]

impl Drop for Frame
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations