Struct gif::MemoryLimit [] [src]

pub struct MemoryLimit(pub u32);

Memory limit in bytes. MemoryLimit::Some(0) means that there is no memory limit set.

Trait Implementations

impl Debug for MemoryLimit
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl<R: Read> Parameter<Decoder<R>> for MemoryLimit
[src]

type Result = ()

Result type of set_param.

fn set_param(self, this: &mut Decoder<R>)

Sets self as a parameter of Object.