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
compression_method: CompressionMethod
The compression method used for the body of this SWF file
swf_version: u8
SWF version
uncompressed_file_length: usize
Trait Implementations
impl Debug for SwfSignature[src]
impl PartialEq for SwfSignature[src]
fn eq(&self, __arg_0: &SwfSignature) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SwfSignature) -> bool
This method tests for !=.