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 Block
impl Clone for Block
fn clone(&self) -> Block
fn clone_from(&mut self, source: &Self)
impl Copy for Block
impl 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
).