Struct swf_tree::tags::FileAttributes [] [src]

pub struct FileAttributes {
    pub use_direct_blit: bool,
    pub use_gpu: bool,
    pub has_metadata: bool,
    pub use_as3: bool,
    pub no_cross_domain_caching: bool,
    pub use_relative_urls: bool,
    pub use_network: bool,
}

Fields

Trait Implementations

impl Debug for FileAttributes
[src]

Formats the value using the given formatter.

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