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§

Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.