#[repr(C)]pub struct trimeshvi {
pub vtxCount: u32,
pub vtx: *mut f64,
pub indices: *mut u32,
pub indexCount: u32,
}Expand description
TriMeshVI
Fields§
§vtxCount: u32number of vertices
vtx: *mut f64vertices
indices: *mut u32indices
indexCount: u32number of indices (all dTriIndex elements)
Trait Implementations§
Auto Trait Implementations§
impl !Send for trimeshvi
impl !Sync for trimeshvi
impl Freeze for trimeshvi
impl RefUnwindSafe for trimeshvi
impl Unpin for trimeshvi
impl UnsafeUnpin for trimeshvi
impl UnwindSafe for trimeshvi
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