Struct ruststep::ap201::explicit_draughting::ColourRgb [−][src]
pub struct ColourRgb {
pub colour_specification: ColourSpecification,
pub red: f64,
pub green: f64,
pub blue: f64,
}
Fields
colour_specification: ColourSpecification
red: f64
green: f64
blue: f64
Implementations
Methods from Deref<Target = ColourSpecification>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ColourSpecification
type Target = ColourSpecification
The resulting type after dereferencing.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ColourRgb
impl UnwindSafe for ColourRgb
Blanket Implementations
Mutably borrows from an owned value. Read more