Struct ruststep::ap201::explicit_draughting::ExternallyDefinedTileStyle [−][src]
pub struct ExternallyDefinedTileStyle {
pub externally_defined_item: ExternallyDefinedItem,
pub geometric_representation_item: GeometricRepresentationItem,
}
Fields
externally_defined_item: ExternallyDefinedItem
geometric_representation_item: GeometricRepresentationItem
Implementations
pub fn new(
externally_defined_item: ExternallyDefinedItem,
geometric_representation_item: GeometricRepresentationItem
) -> Self
pub fn new(
externally_defined_item: ExternallyDefinedItem,
geometric_representation_item: GeometricRepresentationItem
) -> Self
Constructs a new ExternallyDefinedTileStyle
.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 ExternallyDefinedTileStyle
impl Send for ExternallyDefinedTileStyle
impl Sync for ExternallyDefinedTileStyle
impl Unpin for ExternallyDefinedTileStyle
impl UnwindSafe for ExternallyDefinedTileStyle
Blanket Implementations
Mutably borrows from an owned value. Read more