Enum draw_state::state::CullFace
[−]
[src]
pub enum CullFace { Nothing, Front, Back, }
Which face, if any, to cull.
Variants
Nothing | |
Front | |
Back |
pub enum CullFace { Nothing, Front, Back, }
Which face, if any, to cull.
Nothing | |
Front | |
Back |
impl Debug for CullFace
impl PartialEq for CullFace
impl Clone for CullFace
fn clone(&self) -> CullFace
fn clone_from(&mut self, source: &Self)
impl Copy for CullFace
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).