[]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>

default 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> Send for Init<'a>

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

Blanket Implementations

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

type Owned = T

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Same for T

type Output = T

Should always be Self

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

impl<T> Erased for T

impl<T> SetParameter for T

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

Sets value as a parameter of self.