[]Struct ggez::graphics::pipe::Init

pub struct Init<'a> {
    pub vbuf: <VertexBuffer<Vertex> as DataLink<'a>>::Init,
    pub tex: <TextureSampler<[f32; 4]> as DataLink<'a>>::Init,
    pub globals: <ConstantBuffer<Globals> as DataLink<'a>>::Init,
    pub rect_instance_properties: <InstanceBuffer<InstanceProperties> as DataLink<'a>>::Init,
    pub out: <RawRenderTarget as DataLink<'a>>::Init,
}

Fields

vbuf: <VertexBuffer<Vertex> as DataLink<'a>>::Inittex: <TextureSampler<[f32; 4]> as DataLink<'a>>::Initglobals: <ConstantBuffer<Globals> as DataLink<'a>>::Initrect_instance_properties: <InstanceBuffer<InstanceProperties> as DataLink<'a>>::Initout: <RawRenderTarget as DataLink<'a>>::Init

Trait Implementations

impl<'a> PartialEq<Init<'a>> for Init<'a>

impl<'a> Clone for Init<'a>

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Init<'a>

impl<'a> PipelineInit for Init<'a>

type Meta = Meta

The associated "meta" struct.

Auto Trait Implementations

impl<'a> Unpin for Init<'a>

impl<'a> Sync for Init<'a>

impl<'a> Send for Init<'a>

impl<'a> RefUnwindSafe for Init<'a>

impl<'a> UnwindSafe for Init<'a>

Blanket Implementations

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

impl<T> Erased for T

impl<T> SetParameter for T

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 

Sets value as a parameter of self.