pub struct OrientedClosedShell {
pub name: String,
pub closed_shell_element: ClosedShellRef,
pub orientation: bool,
}Fields§
§name: String§closed_shell_element: ClosedShellRef§orientation: boolTrait Implementations§
Source§impl Clone for OrientedClosedShell
impl Clone for OrientedClosedShell
Source§fn clone(&self) -> OrientedClosedShell
fn clone(&self) -> OrientedClosedShell
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OrientedClosedShell
impl Debug for OrientedClosedShell
Source§impl PartialEq for OrientedClosedShell
impl PartialEq for OrientedClosedShell
Source§fn eq(&self, other: &OrientedClosedShell) -> bool
fn eq(&self, other: &OrientedClosedShell) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OrientedClosedShell
Auto Trait Implementations§
impl Freeze for OrientedClosedShell
impl RefUnwindSafe for OrientedClosedShell
impl Send for OrientedClosedShell
impl Sync for OrientedClosedShell
impl Unpin for OrientedClosedShell
impl UnsafeUnpin for OrientedClosedShell
impl UnwindSafe for OrientedClosedShell
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more