Struct ruststep::ap203::config_control_design::SpecifiedHigherUsageOccurrence [−][src]
pub struct SpecifiedHigherUsageOccurrence {
pub assembly_component_usage: AssemblyComponentUsage,
pub upper_usage: AssemblyComponentUsageAny,
pub next_usage: NextAssemblyUsageOccurrence,
}
Fields
assembly_component_usage: AssemblyComponentUsage
upper_usage: AssemblyComponentUsageAny
next_usage: NextAssemblyUsageOccurrence
Implementations
pub fn new(
assembly_component_usage: AssemblyComponentUsage,
upper_usage: AssemblyComponentUsageAny,
next_usage: NextAssemblyUsageOccurrence
) -> Self
pub fn new(
assembly_component_usage: AssemblyComponentUsage,
upper_usage: AssemblyComponentUsageAny,
next_usage: NextAssemblyUsageOccurrence
) -> Self
Constructs a new SpecifiedHigherUsageOccurrence
.
Methods from Deref<Target = AssemblyComponentUsage>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = AssemblyComponentUsage
type Target = AssemblyComponentUsage
The resulting type after dereferencing.
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 Send for SpecifiedHigherUsageOccurrence
impl Sync for SpecifiedHigherUsageOccurrence
impl Unpin for SpecifiedHigherUsageOccurrence
impl UnwindSafe for SpecifiedHigherUsageOccurrence
Blanket Implementations
Mutably borrows from an owned value. Read more