Struct sonogram::RGBAColour
source ·
[−]pub struct RGBAColour { /* private fields */ }Expand description
Colours required for a PNG file, includes the alpha channel.
Implementations
Trait Implementations
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 RGBAColour
impl Send for RGBAColour
impl Sync for RGBAColour
impl Unpin for RGBAColour
impl UnwindSafe for RGBAColour
Blanket Implementations
Mutably borrows from an owned value. Read more
