Struct gfx::pso::buffer::VertexBufferCommon [−][src]
pub struct VertexBufferCommon<T, I = InstanceRate>(_, _);
Service struct to simplify the implementations of VertexBuffer
and InstanceBuffer
.
Trait Implementations
impl<T, I> Clone for VertexBufferCommon<T, I>
[src][+]
impl<R: Resources, T, I> DataBind<R> for VertexBufferCommon<T, I>
[src][+]
impl<'a, T: Structure<Format>, I: ToInstanceRate + 'a> DataLink<'a> for VertexBufferCommon<T, I>
[src][+]
impl<T, I> Debug for VertexBufferCommon<T, I>
[src][+]
impl<T, I> Eq for VertexBufferCommon<T, I>
[src]
impl<T, I> Hash for VertexBufferCommon<T, I>
[src][+]
impl<T, I> PartialEq<VertexBufferCommon<T, I>> for VertexBufferCommon<T, I>
[src][+]
Auto Trait Implementations
impl<T, I> RefUnwindSafe for VertexBufferCommon<T, I> where
I: RefUnwindSafe,
T: RefUnwindSafe,
I: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, I> Send for VertexBufferCommon<T, I> where
I: Send,
T: Send,
I: Send,
T: Send,
impl<T, I> Sync for VertexBufferCommon<T, I> where
I: Sync,
T: Sync,
I: Sync,
T: Sync,
impl<T, I> Unpin for VertexBufferCommon<T, I> where
I: Unpin,
T: Unpin,
I: Unpin,
T: Unpin,
impl<T, I> UnwindSafe for VertexBufferCommon<T, I> where
I: UnwindSafe,
T: UnwindSafe,
I: UnwindSafe,
T: UnwindSafe,
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>,