pub struct Mesh {
pub brush_id: u32,
pub vertices: Verts,
pub triangles: Vec<Tris>,
}Fields§
§brush_id: u32§vertices: Verts§triangles: Vec<Tris>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Mesh
impl Send for Mesh
impl Sync for Mesh
impl Unpin for Mesh
impl UnwindSafe for Mesh
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