Struct shadertoy::RenderPassInput [] [src]

pub struct RenderPassInput {
    pub id: u64,
    pub src: String,
    pub ctype: String,
    pub channel: u64,
    pub sampler: Sampler,
    pub published: u64,
}

Fields

Trait Implementations

impl Debug for RenderPassInput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RenderPassInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations