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