Struct ruststep::ap203::config_control_design::OrientedClosedShell [−][src]
pub struct OrientedClosedShell {
pub closed_shell: ClosedShell,
pub closed_shell_element: ClosedShellAny,
pub orientation: bool,
}
Fields
closed_shell: ClosedShell
closed_shell_element: ClosedShellAny
orientation: bool
Implementations
pub fn new(
closed_shell: ClosedShell,
closed_shell_element: ClosedShellAny,
orientation: bool
) -> Self
pub fn new(
closed_shell: ClosedShell,
closed_shell_element: ClosedShellAny,
orientation: bool
) -> Self
Constructs a new OrientedClosedShell
.
Methods from Deref<Target = ClosedShell>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = ClosedShell
type Target = ClosedShell
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 RefUnwindSafe for OrientedClosedShell
impl Send for OrientedClosedShell
impl Sync for OrientedClosedShell
impl Unpin for OrientedClosedShell
impl UnwindSafe for OrientedClosedShell
Blanket Implementations
Mutably borrows from an owned value. Read more