Enum sixel_sys::EncodePolicy [] [src]

#[repr(C)]
pub enum EncodePolicy { Auto, Fast, Size, }

Policy used when encoding

Variants

Encode as fast as posible

Encode to the smallest sixel sequence as possible

Trait Implementations

impl Debug for EncodePolicy
[src]

Formats the value using the given formatter.

impl Copy for EncodePolicy
[src]

impl Clone for EncodePolicy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EncodePolicy
[src]

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

This method tests for !=.

impl Eq for EncodePolicy
[src]

impl Hash for EncodePolicy
[src]

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

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