Struct ruststep::ap201::explicit_draughting::PresentationSize [−][src]
pub struct PresentationSize {
pub unit: PresentationSizeAssignmentSelect,
pub size: PlanarBox,
}
Fields
unit: PresentationSizeAssignmentSelect
size: PlanarBox
Implementations
Constructs a new PresentationSize
.
Trait Implementations
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 PresentationSize
impl Send for PresentationSize
impl Sync for PresentationSize
impl Unpin for PresentationSize
impl UnwindSafe for PresentationSize
Blanket Implementations
Mutably borrows from an owned value. Read more