Struct stl::BinaryStlHeader [] [src]

pub struct BinaryStlHeader {
    pub header: [u8; 80],
    pub num_triangles: u32,
}

Fields