[][src]Struct meshopt::ffi::meshopt_Meshlet

#[repr(C)]
pub struct meshopt_Meshlet {
    pub vertices: [c_uint; 64],
    pub indices: [[c_uchar; 3]; 126],
    pub triangle_count: c_uchar,
    pub vertex_count: c_uchar,
}

Fields

vertices: [c_uint; 64]indices: [[c_uchar; 3]; 126]triangle_count: c_ucharvertex_count: c_uchar

Trait Implementations

impl Clone for meshopt_Meshlet[src]

impl Copy for meshopt_Meshlet[src]

impl Debug for meshopt_Meshlet[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]