Struct swf_types::ButtonRecord [−][src]
pub struct ButtonRecord { pub state_up: bool, pub state_over: bool, pub state_down: bool, pub state_hit_test: bool, pub character_id: u16, pub depth: u16, pub matrix: Matrix, pub color_transform: ColorTransformWithAlpha, pub filters: Vec<Filter>, pub blend_mode: BlendMode, }
Fields
state_up: bool
state_over: bool
state_down: bool
state_hit_test: bool
character_id: u16
depth: u16
matrix: Matrix
color_transform: ColorTransformWithAlpha
filters: Vec<Filter>
blend_mode: BlendMode
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ButtonRecord
impl Send for ButtonRecord
impl Sync for ButtonRecord
impl Unpin for ButtonRecord
impl UnwindSafe for ButtonRecord
Blanket Implementations
Mutably borrows from an owned value. Read more