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