Struct swf_tree::SwfSignature [] [src]

pub struct SwfSignature {
    pub compression_method: CompressionMethod,
    pub swf_version: u8,
    pub uncompressed_file_length: usize,
}

The signature is the part of the header that is not compressed

Fields

The compression method used for the body of this SWF file

SWF version

Trait Implementations

impl Debug for SwfSignature
[src]

Formats the value using the given formatter.

impl PartialEq for SwfSignature
[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 SwfSignature
[src]