Enum gif::Block
[-] [+]
[src]
pub enum Block {
Image,
Extension,
Trailer,
}Known GIF block types
Variants
Image | Image block. |
Extension | Extension block. |
Trailer | Image trailer. |
pub enum Block {
Image,
Extension,
Trailer,
}Known GIF block types
Image | Image block. |
Extension | Extension block. |
Trailer | Image trailer. |
impl Blockimpl Clone for Blockfn clone(&self) -> Blockfn clone_from(&mut self, source: &Self)impl Copy for Blockimpl Debug for Block
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).