Enum ncollide3d::procedural::IndexBuffer [−][src]
Different representations of the index buffer.
Variants
The vertex, normal, and uvs share the same indices.
The vertex, normal, and uvs have different indices.
Implementations
impl IndexBuffer
[src]
impl IndexBuffer
[src]Trait Implementations
impl Clone for IndexBuffer
[src]
impl Clone for IndexBuffer
[src]fn clone(&self) -> IndexBuffer
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for IndexBuffer
impl Send for IndexBuffer
impl Sync for IndexBuffer
impl Unpin for IndexBuffer
impl UnwindSafe for IndexBuffer
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]