[][src]Struct qt_widgets::q_abstract_slider::SliderAction

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

C++ enum: QAbstractSlider::SliderAction.

C++ documentation:

Methods

impl SliderAction[src]

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

impl SliderAction[src]

pub const SliderNoAction: SliderAction[src]

C++ enum variant: SliderNoAction = 0

pub const SliderSingleStepAdd: SliderAction[src]

C++ enum variant: SliderSingleStepAdd = 1

pub const SliderSingleStepSub: SliderAction[src]

C++ enum variant: SliderSingleStepSub = 2

pub const SliderPageStepAdd: SliderAction[src]

C++ enum variant: SliderPageStepAdd = 3

pub const SliderPageStepSub: SliderAction[src]

C++ enum variant: SliderPageStepSub = 4

pub const SliderToMinimum: SliderAction[src]

C++ enum variant: SliderToMinimum = 5

pub const SliderToMaximum: SliderAction[src]

C++ enum variant: SliderToMaximum = 6

pub const SliderMove: SliderAction[src]

C++ enum variant: SliderMove = 7

Trait Implementations

impl Clone for SliderAction[src]

impl Copy for SliderAction[src]

impl Debug for SliderAction[src]

impl Eq for SliderAction[src]

impl From<SliderAction> for c_int[src]

impl From<i32> for SliderAction[src]

impl PartialEq<SliderAction> for SliderAction[src]

impl StructuralEq for SliderAction[src]

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