[−][src]Struct rendy_mesh::AttrUuid
A unique identifier for vertex attribute of given name, format and array index.
Trait Implementations
impl Clone for AttrUuid
[src][+]
impl Copy for AttrUuid
[src]
impl Debug for AttrUuid
[src][+]
impl Eq for AttrUuid
[src]
impl Hash for AttrUuid
[src][+]
impl Ord for AttrUuid
[src][+]
impl PartialEq<AttrUuid> for AttrUuid
[src][+]
impl PartialOrd<AttrUuid> for AttrUuid
[src][+]
impl StructuralEq for AttrUuid
[src]
impl StructuralPartialEq for AttrUuid
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttrUuid
impl Send for AttrUuid
impl Sync for AttrUuid
impl Unpin for AttrUuid
impl UnwindSafe for AttrUuid
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> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
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>,