Enum sixel_sys::LoopMode [] [src]

#[repr(C)]
pub enum LoopMode { Auto, Force, Disable, }

How to treat GIF animations that loop

Variants

Honor the setting of the GIF header

Always loop

Never loop

Trait Implementations

impl Debug for LoopMode
[src]

Formats the value using the given formatter.

impl Copy for LoopMode
[src]

impl Clone for LoopMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LoopMode
[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 LoopMode
[src]

impl Hash for LoopMode
[src]

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

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