[][src]Struct qt_3d_render::q_abstract_texture::ComparisonFunction

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

C++ enum: Qt3DRender::QAbstractTexture::ComparisonFunction.

Methods

impl ComparisonFunction[src]

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

impl ComparisonFunction[src]

pub const CompareLessEqual: ComparisonFunction[src]

C++ enum variant: CompareLessEqual = 515

pub const CompareGreaterEqual: ComparisonFunction[src]

C++ enum variant: CompareGreaterEqual = 518

pub const CompareLess: ComparisonFunction[src]

C++ enum variant: CompareLess = 513

pub const CompareGreater: ComparisonFunction[src]

C++ enum variant: CompareGreater = 516

pub const CompareEqual: ComparisonFunction[src]

C++ enum variant: CompareEqual = 514

pub const CommpareNotEqual: ComparisonFunction[src]

C++ enum variant: CommpareNotEqual = 517

pub const CompareAlways: ComparisonFunction[src]

C++ enum variant: CompareAlways = 519

pub const CompareNever: ComparisonFunction[src]

C++ enum variant: CompareNever = 512

Trait Implementations

impl Clone for ComparisonFunction[src]

impl Copy for ComparisonFunction[src]

impl Debug for ComparisonFunction[src]

impl Eq for ComparisonFunction[src]

impl From<ComparisonFunction> for c_int[src]

impl From<i32> for ComparisonFunction[src]

impl PartialEq<ComparisonFunction> for ComparisonFunction[src]

impl StructuralEq for ComparisonFunction[src]

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