Struct let_engine::Data
source · pub struct Data {
pub vertices: Vec<Vertex>,
pub indices: Vec<u32>,
}
Expand description
Vertex and index data for the appearance and shape of objects. Has 3 simple presets.
Empty, Square and Triangle.
Fields§
§vertices: Vec<Vertex>
§indices: Vec<u32>
Implementations§
Trait Implementations§
source§impl PartialEq for Data
impl PartialEq for Data
impl StructuralPartialEq for Data
Auto Trait Implementations§
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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