[−][src]Enum rendy_mesh::Indices
Abstracts over two types of indices and their absence.
Variants
No indices.
u16
per index.
u32
per index.
Trait Implementations
impl<'a> Debug for Indices<'a>
[src][+]
impl<'a> From<&'a [u16]> for Indices<'a>
[src][+]
impl<'a> From<&'a [u32]> for Indices<'a>
[src][+]
impl<'a> From<Cow<'a, [u16]>> for Indices<'a>
[src][+]
impl<'a> From<Cow<'a, [u32]>> for Indices<'a>
[src][+]
impl From<Vec<u16>> for Indices<'static>
[src][+]
impl From<Vec<u32>> for Indices<'static>
[src][+]
Auto Trait Implementations
impl<'a> RefUnwindSafe for Indices<'a>
impl<'a> Send for Indices<'a>
impl<'a> Sync for Indices<'a>
impl<'a> Unpin for Indices<'a>
impl<'a> UnwindSafe for Indices<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,