Struct ruststep::ap203::config_control_design::SurfacePatchHolder [−][src]
pub struct SurfacePatchHolder {
pub founded_item: PlaceHolder<FoundedItemHolder>,
pub parent_surface: PlaceHolder<BoundedSurfaceAnyHolder>,
pub u_transition: TransitionCode,
pub v_transition: TransitionCode,
pub u_sense: bool,
pub v_sense: bool,
}
Expand description
Auto-generated by #[derive(Holder)]
Fields
founded_item: PlaceHolder<FoundedItemHolder>
parent_surface: PlaceHolder<BoundedSurfaceAnyHolder>
u_transition: TransitionCode
v_transition: TransitionCode
u_sense: bool
v_sense: bool
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Get owned entity from table
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SurfacePatch>> + 'table>
fn owned_iter<'table>(
&'table self
) -> Box<dyn Iterator<Item = Result<SurfacePatch>> + 'table>
Get owned entities as an iterator
type Owned = SurfacePatch
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Visitor = SurfacePatchHolderVisitor
Auto Trait Implementations
impl RefUnwindSafe for SurfacePatchHolder
impl Send for SurfacePatchHolder
impl Sync for SurfacePatchHolder
impl Unpin for SurfacePatchHolder
impl UnwindSafe for SurfacePatchHolder
Blanket Implementations
Mutably borrows from an owned value. Read more