Struct gfx::pso::buffer::RawConstantBuffer [−][src]
pub struct RawConstantBuffer(_);
Raw constant buffer component.
- init:
&str
= name of the buffer - data:
RawBuffer
Trait Implementations
impl Clone for RawConstantBuffer
[src][+]
impl<R: Resources> DataBind<R> for RawConstantBuffer
[src][+]
impl<'a> DataLink<'a> for RawConstantBuffer
[src][+]
impl Debug for RawConstantBuffer
[src][+]
impl Eq for RawConstantBuffer
[src]
impl Hash for RawConstantBuffer
[src][+]
impl PartialEq<RawConstantBuffer> for RawConstantBuffer
[src][+]
impl StructuralEq for RawConstantBuffer
[src]
impl StructuralPartialEq for RawConstantBuffer
[src]
Auto Trait Implementations
impl RefUnwindSafe for RawConstantBuffer
impl Send for RawConstantBuffer
impl Sync for RawConstantBuffer
impl Unpin for RawConstantBuffer
impl UnwindSafe for RawConstantBuffer
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>,