Struct ruststep::ap203::config_control_design::OrientedOpenShell [−][src]
pub struct OrientedOpenShell {
pub open_shell: OpenShell,
pub open_shell_element: OpenShellAny,
pub orientation: bool,
}
Fields
open_shell: OpenShell
open_shell_element: OpenShellAny
orientation: bool
Implementations
pub fn new(
open_shell: OpenShell,
open_shell_element: OpenShellAny,
orientation: bool
) -> Self
pub fn new(
open_shell: OpenShell,
open_shell_element: OpenShellAny,
orientation: bool
) -> Self
Constructs a new OrientedOpenShell
.
Methods from Deref<Target = OpenShell>
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 OrientedOpenShell
impl Send for OrientedOpenShell
impl Sync for OrientedOpenShell
impl Unpin for OrientedOpenShell
impl UnwindSafe for OrientedOpenShell
Blanket Implementations
Mutably borrows from an owned value. Read more