pub struct Verts {
pub flags: u32,
pub tex_coord_sets: u32,
pub tex_coord_set_size: u32,
pub vertices: Vec<Vertice>,
}Fields§
§flags: u32§tex_coord_sets: u32§tex_coord_set_size: u32§vertices: Vec<Vertice>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Verts
impl Send for Verts
impl Sync for Verts
impl Unpin for Verts
impl UnwindSafe for Verts
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