Struct ruststep::ap201::explicit_draughting::ColourRgbHolder [−][src]
pub struct ColourRgbHolder {
pub colour_specification: PlaceHolder<ColourSpecificationHolder>,
pub red: f64,
pub green: f64,
pub blue: f64,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
colour_specification: PlaceHolder<ColourSpecificationHolder>
red: f64
green: f64
blue: f64
Trait Implementations
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 !=
.
type Visitor = ColourRgbHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for ColourRgbHolder
impl Send for ColourRgbHolder
impl Sync for ColourRgbHolder
impl Unpin for ColourRgbHolder
impl UnwindSafe for ColourRgbHolder
Blanket Implementations
Mutably borrows from an owned value. Read more