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