Struct swf_tree::StraightSRgba8
[−]
[src]
pub struct StraightSRgba8 {
pub r: u8,
pub g: u8,
pub b: u8,
pub a: u8,
}Fields
r: u8
g: u8
b: u8
a: u8
Trait Implementations
impl Debug for StraightSRgba8[src]
impl PartialEq for StraightSRgba8[src]
fn eq(&self, __arg_0: &StraightSRgba8) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StraightSRgba8) -> bool
This method tests for !=.