Struct gif::MemoryLimit [−][src]
pub struct MemoryLimit(pub u32);
Expand description
Memory limit in bytes. MemoryLimit::Some(0)
means
that there is no memory limit set.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryLimit
impl Send for MemoryLimit
impl Sync for MemoryLimit
impl Unpin for MemoryLimit
impl UnwindSafe for MemoryLimit
Blanket Implementations
Mutably borrows from an owned value. Read more