Struct ruststep::ap203::config_control_design::FaceOuterBound [−][src]
pub struct FaceOuterBound {
pub face_bound: FaceBound,
}
Fields
face_bound: FaceBound
Implementations
Methods from Deref<Target = FaceBound>
Trait Implementations
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 FaceOuterBound
impl Send for FaceOuterBound
impl Sync for FaceOuterBound
impl Unpin for FaceOuterBound
impl UnwindSafe for FaceOuterBound
Blanket Implementations
Mutably borrows from an owned value. Read more