Struct luminance::face_culling::FaceCulling[][src]

pub struct FaceCulling { /* fields omitted */ }

Face culling setup.

Methods

impl FaceCulling
[src]

Trait Implementations

impl Copy for FaceCulling
[src]

impl Clone for FaceCulling
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FaceCulling
[src]

Formats the value using the given formatter. Read more

impl Eq for FaceCulling
[src]

impl PartialEq for FaceCulling
[src]

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

This method tests for !=.

impl Default for FaceCulling
[src]

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

Auto Trait Implementations

impl Send for FaceCulling

impl Sync for FaceCulling