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