Struct x264::Encoding[][src]

pub struct Encoding { /* fields omitted */ }

The image's colorspace plus some extra encoding options.

Methods

impl Encoding
[src]

Add an encoding option.

Remove an encoding option.

Check if an encoding option has been set.

Gets the colorspace of the encoding.

Trait Implementations

impl Debug for Encoding
[src]

Formats the value using the given formatter. Read more

impl Hash for Encoding
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for Encoding
[src]

impl PartialEq for Encoding
[src]

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

This method tests for !=.

impl Copy for Encoding
[src]

impl Clone for Encoding
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Colorspace> for Encoding
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Encoding

impl Sync for Encoding