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<R: Read> Parameter<Decoder<R>> for MemoryLimit

type Result = ()

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

Derived Implementations

impl Debug for MemoryLimit

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