Struct sphere_tracer::RenderOptions [] [src]

pub struct RenderOptions {
    pub width: u16,
    pub height: u16,
    pub samples_per_pixel: u16,
}

Fields

Trait Implementations

impl Clone for RenderOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RenderOptions
[src]