pub struct ShellElementGeometry {
pub nodes_m: [[f64; 3]; 3],
pub reference_axis: [f64; 3],
}Fields§
§nodes_m: [[f64; 3]; 3]§reference_axis: [f64; 3]Implementations§
Source§impl ShellElementGeometry
impl ShellElementGeometry
pub fn local_frame(self) -> Result<ShellLocalFrame, ShellElementError>
Trait Implementations§
Source§impl Clone for ShellElementGeometry
impl Clone for ShellElementGeometry
Source§fn clone(&self) -> ShellElementGeometry
fn clone(&self) -> ShellElementGeometry
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 moreimpl Copy for ShellElementGeometry
Source§impl Debug for ShellElementGeometry
impl Debug for ShellElementGeometry
Source§impl PartialEq for ShellElementGeometry
impl PartialEq for ShellElementGeometry
impl StructuralPartialEq for ShellElementGeometry
Auto Trait Implementations§
impl Freeze for ShellElementGeometry
impl RefUnwindSafe for ShellElementGeometry
impl Send for ShellElementGeometry
impl Sync for ShellElementGeometry
impl Unpin for ShellElementGeometry
impl UnsafeUnpin for ShellElementGeometry
impl UnwindSafe for ShellElementGeometry
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