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