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