pub struct MeltPoolGeometry {
pub half_length: f64,
pub half_width: f64,
pub depth: f64,
}Expand description
Characteristic dimensions of the melt pool (all in metres).
Fields§
§half_length: f64Half-length of the melt pool along the scan direction (m).
half_width: f64Half-width of the melt pool (m).
depth: f64Depth of the melt pool (m).
Implementations§
Trait Implementations§
Source§impl Clone for MeltPoolGeometry
impl Clone for MeltPoolGeometry
Source§fn clone(&self) -> MeltPoolGeometry
fn clone(&self) -> MeltPoolGeometry
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 MeltPoolGeometry
impl Debug for MeltPoolGeometry
impl Copy for MeltPoolGeometry
Auto Trait Implementations§
impl Freeze for MeltPoolGeometry
impl RefUnwindSafe for MeltPoolGeometry
impl Send for MeltPoolGeometry
impl Sync for MeltPoolGeometry
impl Unpin for MeltPoolGeometry
impl UnsafeUnpin for MeltPoolGeometry
impl UnwindSafe for MeltPoolGeometry
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