pub struct Stl {
pub triangles: Vec<Triangle>,
}
Expand description
An STL file.
Fields§
§triangles: Vec<Triangle>
Implementations§
Trait Implementations§
impl StructuralPartialEq for Stl
Auto Trait Implementations§
impl Freeze for Stl
impl RefUnwindSafe for Stl
impl Send for Stl
impl Sync for Stl
impl Unpin for Stl
impl UnwindSafe for Stl
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