[][src]Struct qt_3d_render::q_buffer::UsageType

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

C++ enum: Qt3DRender::QBuffer::UsageType.

Methods

impl UsageType[src]

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

impl UsageType[src]

pub const StreamDraw: UsageType[src]

C++ enum variant: StreamDraw = 35040

pub const StreamRead: UsageType[src]

C++ enum variant: StreamRead = 35041

pub const StreamCopy: UsageType[src]

C++ enum variant: StreamCopy = 35042

pub const StaticDraw: UsageType[src]

C++ enum variant: StaticDraw = 35044

pub const StaticRead: UsageType[src]

C++ enum variant: StaticRead = 35045

pub const StaticCopy: UsageType[src]

C++ enum variant: StaticCopy = 35046

pub const DynamicDraw: UsageType[src]

C++ enum variant: DynamicDraw = 35048

pub const DynamicRead: UsageType[src]

C++ enum variant: DynamicRead = 35049

pub const DynamicCopy: UsageType[src]

C++ enum variant: DynamicCopy = 35050

Trait Implementations

impl Eq for UsageType[src]

impl Clone for UsageType[src]

impl PartialEq<UsageType> for UsageType[src]

impl From<i32> for UsageType[src]

impl From<UsageType> for c_int[src]

impl Copy for UsageType[src]

impl Debug for UsageType[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

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

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