[][src]Struct qt_3d_render::q_attribute::AttributeType

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

C++ enum: Qt3DRender::QAttribute::AttributeType.

Methods

impl AttributeType[src]

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

impl AttributeType[src]

pub const VertexAttribute: AttributeType[src]

C++ enum variant: VertexAttribute = 0

pub const IndexAttribute: AttributeType[src]

C++ enum variant: IndexAttribute = 1

pub const DrawIndirectAttribute: AttributeType[src]

C++ enum variant: DrawIndirectAttribute = 2

Trait Implementations

impl Clone for AttributeType[src]

impl Copy for AttributeType[src]

impl Debug for AttributeType[src]

impl Eq for AttributeType[src]

impl From<AttributeType> for c_int[src]

impl From<i32> for AttributeType[src]

impl PartialEq<AttributeType> for AttributeType[src]

impl StructuralEq for AttributeType[src]

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