Enum ruststep::ap201::explicit_draughting::BoxCharacteristicSelect [−][src]
pub enum BoxCharacteristicSelect {
BoxHeight(Box<BoxHeight>),
BoxWidth(Box<BoxWidth>),
BoxSlantAngle(Box<BoxSlantAngle>),
BoxRotateAngle(Box<BoxRotateAngle>),
}
Variants
BoxSlantAngle(Box<BoxSlantAngle>)
Tuple Fields of BoxSlantAngle
0: Box<BoxSlantAngle>
BoxRotateAngle(Box<BoxRotateAngle>)
Tuple Fields of BoxRotateAngle
0: Box<BoxRotateAngle>
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 BoxCharacteristicSelect
impl Send for BoxCharacteristicSelect
impl Sync for BoxCharacteristicSelect
impl Unpin for BoxCharacteristicSelect
impl UnwindSafe for BoxCharacteristicSelect
Blanket Implementations
Mutably borrows from an owned value. Read more