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[src]
Formats the value using the given formatter. Read more