Enum ruststep::ap201::explicit_draughting::CameraModelAny [−][src]
pub enum CameraModelAny {
CameraModel(Box<CameraModel>),
CameraModelD2(Box<CameraModelD2>),
}
Variants
CameraModel(Box<CameraModel>)
Tuple Fields of CameraModel
0: Box<CameraModel>
CameraModelD2(Box<CameraModelD2>)
Tuple Fields of CameraModelD2
0: Box<CameraModelD2>
Trait Implementations
Performs the conversion.
Performs the conversion.
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 CameraModelAny
impl Send for CameraModelAny
impl Sync for CameraModelAny
impl Unpin for CameraModelAny
impl UnwindSafe for CameraModelAny
Blanket Implementations
Mutably borrows from an owned value. Read more