Struct ruststep::ap201::explicit_draughting::CompositeTextWithExtent [−][src]
pub struct CompositeTextWithExtent {
pub composite_text: CompositeText,
pub extent: PlanarExtentAny,
}
Fields
composite_text: CompositeText
extent: PlanarExtentAny
Implementations
Constructs a new CompositeTextWithExtent
.
Methods from Deref<Target = CompositeText>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = CompositeText
type Target = CompositeText
The resulting type after dereferencing.
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 CompositeTextWithExtent
impl Send for CompositeTextWithExtent
impl Sync for CompositeTextWithExtent
impl Unpin for CompositeTextWithExtent
impl UnwindSafe for CompositeTextWithExtent
Blanket Implementations
Mutably borrows from an owned value. Read more