Struct tridify_rs::Mesh
source · pub struct Mesh {
pub vertices: Vec<Vertex>,
pub tris: Vec<u32>,
}
Fields§
§vertices: Vec<Vertex>
§tris: Vec<u32>
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