[][src]Struct qt_3d_render::q_abstract_texture::CubeMapFace

#[repr(transparent)]pub struct CubeMapFace(_);

C++ enum: Qt3DRender::QAbstractTexture::CubeMapFace.

Methods

impl CubeMapFace[src]

pub fn to_int(&self) -> c_int[src]

impl CubeMapFace[src]

pub const CubeMapPositiveX: CubeMapFace[src]

C++ enum variant: CubeMapPositiveX = 34069

pub const CubeMapNegativeX: CubeMapFace[src]

C++ enum variant: CubeMapNegativeX = 34070

pub const CubeMapPositiveY: CubeMapFace[src]

C++ enum variant: CubeMapPositiveY = 34071

pub const CubeMapNegativeY: CubeMapFace[src]

C++ enum variant: CubeMapNegativeY = 34072

pub const CubeMapPositiveZ: CubeMapFace[src]

C++ enum variant: CubeMapPositiveZ = 34073

pub const CubeMapNegativeZ: CubeMapFace[src]

C++ enum variant: CubeMapNegativeZ = 34074

pub const AllFaces: CubeMapFace[src]

C++ enum variant: AllFaces = 34075

Trait Implementations

impl Clone for CubeMapFace[src]

impl Copy for CubeMapFace[src]

impl Debug for CubeMapFace[src]

impl Eq for CubeMapFace[src]

impl From<CubeMapFace> for c_int[src]

impl From<i32> for CubeMapFace[src]

impl PartialEq<CubeMapFace> for CubeMapFace[src]

impl StructuralEq for CubeMapFace[src]

impl StructuralPartialEq for CubeMapFace[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T, U> CastInto<U> for T where
    U: CastFrom<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> StaticUpcast<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.