Struct dacite::core::Viewport [] [src]

pub struct Viewport {
    pub x: f32,
    pub y: f32,
    pub width: f32,
    pub height: f32,
    pub min_depth: f32,
    pub max_depth: f32,
}

Fields

Trait Implementations

impl Debug for Viewport
[src]

Formats the value using the given formatter.

impl Copy for Viewport
[src]

impl Clone for Viewport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Viewport
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.