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]

Formats the value using the given formatter. Read more

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

Result type of set_param.

Sets self as a parameter of Object.

Auto Trait Implementations

impl Send for MemoryLimit

impl Sync for MemoryLimit