[][src]Struct qt_3d_render::q_picking_settings::PickResultMode

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

C++ enum: Qt3DRender::QPickingSettings::PickResultMode.

Methods

impl PickResultMode[src]

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

impl PickResultMode[src]

pub const NearestPick: PickResultMode[src]

C++ enum variant: NearestPick = 0

pub const AllPicks: PickResultMode[src]

C++ enum variant: AllPicks = 1

pub const NearestPriorityPick: PickResultMode[src]

C++ enum variant: NearestPriorityPick = 2

Trait Implementations

impl Clone for PickResultMode[src]

impl Copy for PickResultMode[src]

impl Debug for PickResultMode[src]

impl Eq for PickResultMode[src]

impl From<PickResultMode> for c_int[src]

impl From<i32> for PickResultMode[src]

impl PartialEq<PickResultMode> for PickResultMode[src]

impl StructuralEq for PickResultMode[src]

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