[][src]Struct qt_3d_render::q_attribute::VertexBaseType

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

C++ enum: Qt3DRender::QAttribute::VertexBaseType.

Methods

impl VertexBaseType[src]

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

impl VertexBaseType[src]

pub const Byte: VertexBaseType[src]

C++ enum variant: Byte = 0

pub const UnsignedByte: VertexBaseType[src]

C++ enum variant: UnsignedByte = 1

pub const Short: VertexBaseType[src]

C++ enum variant: Short = 2

pub const UnsignedShort: VertexBaseType[src]

C++ enum variant: UnsignedShort = 3

pub const Int: VertexBaseType[src]

C++ enum variant: Int = 4

pub const UnsignedInt: VertexBaseType[src]

C++ enum variant: UnsignedInt = 5

pub const HalfFloat: VertexBaseType[src]

C++ enum variant: HalfFloat = 6

pub const Float: VertexBaseType[src]

C++ enum variant: Float = 7

pub const Double: VertexBaseType[src]

C++ enum variant: Double = 8

Trait Implementations

impl Clone for VertexBaseType[src]

impl Copy for VertexBaseType[src]

impl Debug for VertexBaseType[src]

impl Eq for VertexBaseType[src]

impl From<VertexBaseType> for c_int[src]

impl From<i32> for VertexBaseType[src]

impl PartialEq<VertexBaseType> for VertexBaseType[src]

impl StructuralEq for VertexBaseType[src]

impl StructuralPartialEq for VertexBaseType[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.