Struct ruststep::ap201::explicit_draughting::DraughtingCallout [−][src]
pub struct DraughtingCallout {
pub geometric_representation_item: GeometricRepresentationItem,
pub contents: Vec<DraughtingCalloutElement>,
}
Fields
geometric_representation_item: GeometricRepresentationItem
contents: Vec<DraughtingCalloutElement>
Implementations
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
contents: Vec<DraughtingCalloutElement>
) -> Self
pub fn new(
geometric_representation_item: GeometricRepresentationItem,
contents: Vec<DraughtingCalloutElement>
) -> Self
Constructs a new DraughtingCallout
.
Methods from Deref<Target = GeometricRepresentationItem>
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
The resulting type after dereferencing.
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 DraughtingCallout
impl Send for DraughtingCallout
impl Sync for DraughtingCallout
impl Unpin for DraughtingCallout
impl UnwindSafe for DraughtingCallout
Blanket Implementations
Mutably borrows from an owned value. Read more