Struct swf_tree::tags::PlaceObject [] [src]

pub struct PlaceObject {
    pub depth: u16,
    pub character_id: Option<u16>,
    pub class_name: Option<String>,
    pub matrix: Option<Matrix>,
    pub color_transform: Option<ColorTransformWithAlpha>,
    pub ratio: Option<u16>,
    pub name: Option<String>,
    pub clip_depth: Option<u16>,
    pub filters: Vec<Filter>,
    pub blend_mode: Option<BlendMode>,
    pub bitmap_cache: Option<bool>,
    pub visible: Option<bool>,
    pub background_color: Option<StraightSRgba8>,
    pub clip_actions: Vec<ClipAction>,
}

Fields

Trait Implementations

impl Debug for PlaceObject
[src]

Formats the value using the given formatter.

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