Struct ffmpeg::codec::context::Context [] [src]

pub struct Context { /* fields omitted */ }

Methods

impl Context
[src]

[src]

[src]

[src]

impl Context
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Send for Context
[src]

impl Drop for Context
[src]

[src]

Executes the destructor for this type. Read more

impl Clone for Context
[src]

[src]

Returns a copy of the value. Read more

[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Sync for Context