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
use_direct_blit: bool
use_gpu: bool
has_metadata: bool
use_as3: bool
no_cross_domain_caching: bool
use_relative_urls: bool
use_network: bool
Trait Implementations
impl Debug for FileAttributes[src]
impl PartialEq for FileAttributes[src]
fn eq(&self, __arg_0: &FileAttributes) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FileAttributes) -> bool
This method tests for !=.