Struct xcur::parser::ChunkHeader [] [src]

pub struct ChunkHeader {
    pub header: CARD32,
    pub type_: CARD32,
    pub subtype: CARD32,
    pub version: CARD32,
}

The base header for all chunks

Fields

Bytes used in the chunk

The chunk type

The subtype

The chunk version

Trait Implementations

impl Debug for ChunkHeader
[src]

Formats the value using the given formatter.

impl Clone for ChunkHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ChunkHeader
[src]