Struct swf_tree::ClipAction [] [src]

pub struct ClipAction {
    pub events: ClipEventFlags,
    pub key_code: Option<u8>,
    pub actions: Vec<Action>,
}

Fields

Trait Implementations

impl Debug for ClipAction
[src]

Formats the value using the given formatter.

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