[][src]Struct qt_3d_render::q_abstract_texture::Target

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

C++ enum: Qt3DRender::QAbstractTexture::Target.

Methods

impl Target[src]

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

impl Target[src]

pub const TargetAutomatic: Target[src]

C++ enum variant: TargetAutomatic = 0

pub const Target1D: Target[src]

C++ enum variant: Target1D = 3552

pub const Target1DArray: Target[src]

C++ enum variant: Target1DArray = 35864

pub const Target2D: Target[src]

C++ enum variant: Target2D = 3553

pub const Target2DArray: Target[src]

C++ enum variant: Target2DArray = 35866

pub const Target3D: Target[src]

C++ enum variant: Target3D = 32879

pub const TargetCubeMap: Target[src]

C++ enum variant: TargetCubeMap = 34067

pub const TargetCubeMapArray: Target[src]

C++ enum variant: TargetCubeMapArray = 36873

pub const Target2DMultisample: Target[src]

C++ enum variant: Target2DMultisample = 37120

pub const Target2DMultisampleArray: Target[src]

C++ enum variant: Target2DMultisampleArray = 37122

pub const TargetRectangle: Target[src]

C++ enum variant: TargetRectangle = 34037

pub const TargetBuffer: Target[src]

C++ enum variant: TargetBuffer = 35882

Trait Implementations

impl Clone for Target[src]

impl Copy for Target[src]

impl Debug for Target[src]

impl Eq for Target[src]

impl From<Target> for c_int[src]

impl From<i32> for Target[src]

impl PartialEq<Target> for Target[src]

impl StructuralEq for Target[src]

impl StructuralPartialEq for Target[src]

Auto Trait Implementations

impl RefUnwindSafe for Target

impl Send for Target

impl Sync for Target

impl Unpin for Target

impl UnwindSafe for Target

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.