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