[][src]Struct qt_3d_render::q_pick_event::Buttons

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

C++ enum: Qt3DRender::QPickEvent::Buttons.

Methods

impl Buttons[src]

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

impl Buttons[src]

pub const LeftButton: Buttons[src]

C++ enum variant: LeftButton = 1

pub const RightButton: Buttons[src]

C++ enum variant: RightButton = 2

pub const MiddleButton: Buttons[src]

C++ enum variant: MiddleButton = 4

pub const BackButton: Buttons[src]

C++ enum variant: BackButton = 8

pub const NoButton: Buttons[src]

C++ enum variant: NoButton = 0

Trait Implementations

impl Clone for Buttons[src]

impl Copy for Buttons[src]

impl Debug for Buttons[src]

impl Eq for Buttons[src]

impl From<Buttons> for c_int[src]

impl From<i32> for Buttons[src]

impl PartialEq<Buttons> for Buttons[src]

impl StructuralEq for Buttons[src]

impl StructuralPartialEq for Buttons[src]

Auto Trait Implementations

impl RefUnwindSafe for Buttons

impl Send for Buttons

impl Sync for Buttons

impl Unpin for Buttons

impl UnwindSafe for Buttons

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.