Struct stl_bin_parser::Stl [] [src]

pub struct Stl {
    pub triangles: Vec<Triangle>,
}

An STL file.

Fields

Methods

impl Stl
[src]

Trait Implementations

impl Clone for Stl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Stl
[src]

Formats the value using the given formatter.

impl PartialEq for Stl
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.