Struct gif::MemoryLimit
[-] [+]
[src]
pub struct MemoryLimit(pub u32);
Memory limit in bytes. MemoryLimit::Some(0)
means
that there is no memory limit set.
pub struct MemoryLimit(pub u32);
Memory limit in bytes. MemoryLimit::Some(0)
means
that there is no memory limit set.
impl<R: Read> Parameter<Decoder<R>> for MemoryLimit
impl Debug for MemoryLimit
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).