Enum sixel_sys::LoopMode
[−]
[src]
#[repr(C)]pub enum LoopMode { Auto, Force, Disable, }
How to treat GIF animations that loop
Variants
AutoHonor the setting of the GIF header
ForceAlways loop
DisableNever loop
Trait Implementations
impl Debug for LoopMode[src]
impl Copy for LoopMode[src]
impl Clone for LoopMode[src]
fn clone(&self) -> LoopMode
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for LoopMode[src]
fn eq(&self, __arg_0: &LoopMode) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.