Struct mallumo_gls::raw::DepthRange [] [src]

pub struct DepthRange {
    pub near: f64,
    pub far: f64,
}

Fields

Trait Implementations

impl Clone for DepthRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DepthRange
[src]

impl Debug for DepthRange
[src]

Formats the value using the given formatter.

impl PartialEq for DepthRange
[src]

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

This method tests for !=.

impl Eq for DepthRange
[src]

impl Default for DepthRange
[src]

Returns the "default value" for a type. Read more