Enum gif::Block [−][src]
#[repr(u8)]pub enum Block { Image, Extension, Trailer, }
Known GIF block types
Variants
ImageImage block.
ExtensionExtension block.
TrailerImage trailer.
Methods
impl Block[src]
impl BlockTrait Implementations
impl Debug for Block[src]
impl Debug for Blockfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for Block[src]
impl Copy for Blockimpl Clone for Block[src]
impl Clone for Blockfn clone(&self) -> Block[src]
fn clone(&self) -> BlockReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for Block[src]
impl PartialEq for Blockfn eq(&self, other: &Block) -> bool[src]
fn eq(&self, other: &Block) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Block[src]
impl Eq for Block