Struct ruststep::ap201::explicit_draughting::TextLiteralWithBlankingBox [−][src]
pub struct TextLiteralWithBlankingBox {
pub text_literal: TextLiteral,
pub blanking: PlanarBox,
}
Fields
text_literal: TextLiteral
blanking: PlanarBox
Implementations
Constructs a new TextLiteralWithBlankingBox
.
Methods from Deref<Target = TextLiteral>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = TextLiteral
type Target = TextLiteral
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 TextLiteralWithBlankingBox
impl Send for TextLiteralWithBlankingBox
impl Sync for TextLiteralWithBlankingBox
impl Unpin for TextLiteralWithBlankingBox
impl UnwindSafe for TextLiteralWithBlankingBox
Blanket Implementations
Mutably borrows from an owned value. Read more