Struct swf_tree::ClipEventFlags
source · pub struct ClipEventFlags {Show 19 fields
pub key_up: bool,
pub key_down: bool,
pub mouse_up: bool,
pub mouse_down: bool,
pub mouse_move: bool,
pub unload: bool,
pub enter_frame: bool,
pub load: bool,
pub drag_over: bool,
pub roll_out: bool,
pub roll_over: bool,
pub release_outside: bool,
pub release: bool,
pub press: bool,
pub initialize: bool,
pub data: bool,
pub construct: bool,
pub key_press: bool,
pub drag_out: bool,
}
Fields§
§key_up: bool
§key_down: bool
§mouse_up: bool
§mouse_down: bool
§mouse_move: bool
§unload: bool
§enter_frame: bool
§load: bool
§drag_over: bool
§roll_out: bool
§roll_over: bool
§release_outside: bool
§release: bool
§press: bool
§initialize: bool
§data: bool
§construct: bool
§key_press: bool
§drag_out: bool
Trait Implementations§
source§impl Debug for ClipEventFlags
impl Debug for ClipEventFlags
source§impl<'de> Deserialize<'de> for ClipEventFlags
impl<'de> Deserialize<'de> for ClipEventFlags
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more