Struct swf_tree::Header [] [src]

pub struct Header {
    pub compression_method: CompressionMethod,
    pub swf_version: u8,
    pub uncompressed_file_length: usize,
    pub frame_size: Rect,
    pub frame_rate: Ufixed8P8,
    pub frame_count: u16,
}

Fields

The compression method used for the body of this SWF file

SWF version

Trait Implementations

impl Debug for Header
[src]

Formats the value using the given formatter.

impl PartialEq for Header
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Header
[src]