pub enum FiberType {
Carbon,
Glass,
Kevlar,
Basalt,
Steel,
}Expand description
Common commercial fiber types.
Variants§
Carbon
High-stiffness / high-strength carbon fiber (T300 grade).
Glass
E-glass fiber (economical, good electrical insulation).
Kevlar
Kevlar 49 aramid fiber (high toughness, light weight).
Basalt
Basalt fiber (natural volcanic origin, corrosion resistant).
Steel
High-strength steel fiber (for concrete reinforcement).
Trait Implementations§
impl Copy for FiberType
impl Eq for FiberType
impl StructuralPartialEq for FiberType
Auto Trait Implementations§
impl Freeze for FiberType
impl RefUnwindSafe for FiberType
impl Send for FiberType
impl Sync for FiberType
impl Unpin for FiberType
impl UnsafeUnpin for FiberType
impl UnwindSafe for FiberType
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