[−][src]Struct gfx_hal::MemoryTypeId
A strongly-typed index to a particular MemoryType
.
Trait Implementations
impl Clone for MemoryTypeId
[src][+]
impl Copy for MemoryTypeId
[src]
impl Debug for MemoryTypeId
[src][+]
impl Eq for MemoryTypeId
[src]
impl From<usize> for MemoryTypeId
[src][+]
impl Hash for MemoryTypeId
[src][+]
impl Ord for MemoryTypeId
[src][+]
impl PartialEq<MemoryTypeId> for MemoryTypeId
[src][+]
impl PartialOrd<MemoryTypeId> for MemoryTypeId
[src][+]
impl StructuralEq for MemoryTypeId
[src]
impl StructuralPartialEq for MemoryTypeId
[src]
Auto Trait Implementations
impl RefUnwindSafe for MemoryTypeId
impl Send for MemoryTypeId
impl Sync for MemoryTypeId
impl Unpin for MemoryTypeId
impl UnwindSafe for MemoryTypeId
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>,