Enum dae_parser::SurfaceFace [−][src]
pub enum SurfaceFace {
PosX,
NegX,
PosY,
NegY,
PosZ,
NegZ,
}
Expand description
Specifies a surface on a cube.
Variants
The +x
face
The -x
face
The +y
face
The -y
face
The +z
face
The -z
face
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SurfaceFace
impl Send for SurfaceFace
impl Sync for SurfaceFace
impl Unpin for SurfaceFace
impl UnwindSafe for SurfaceFace
Blanket Implementations
Mutably borrows from an owned value. Read more