pub enum AmProcess {
Slm,
Dmls,
Ebm,
BinderJetting,
Fdm,
Ded,
}Expand description
AM process technology.
Variants§
Slm
Selective laser melting (SLM) / laser powder bed fusion (LPBF).
Dmls
Direct metal laser sintering (DMLS).
Ebm
Electron beam melting (EBM).
BinderJetting
Binder jetting (BJ).
Fdm
Fused deposition modelling (FDM) / fused filament fabrication (FFF).
Ded
Directed energy deposition (DED).
Trait Implementations§
impl Copy for AmProcess
impl Eq for AmProcess
impl StructuralPartialEq for AmProcess
Auto Trait Implementations§
impl Freeze for AmProcess
impl RefUnwindSafe for AmProcess
impl Send for AmProcess
impl Sync for AmProcess
impl Unpin for AmProcess
impl UnsafeUnpin for AmProcess
impl UnwindSafe for AmProcess
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