[][src]Struct qt_widgets::q_style_hint_return::HintReturnType

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

C++ enum: QStyleHintReturn::HintReturnType.

C++ documentation:

Methods

impl HintReturnType[src]

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

impl HintReturnType[src]

pub const SHDefault: HintReturnType[src]

QStyleHintReturn (C++ enum variant: SH_Default = 61440)

pub const SHMask: HintReturnType[src]

QStyle::SH_RubberBand_Mask QStyle::SH_FocusFrame_Mask (C++ enum variant: SH_Mask = 61441)

pub const SHVariant: HintReturnType[src]

QStyle::SH_TextControl_FocusIndicatorTextCharFormat (C++ enum variant: SH_Variant = 61442)

Trait Implementations

impl Eq for HintReturnType[src]

impl Clone for HintReturnType[src]

impl PartialEq<HintReturnType> for HintReturnType[src]

impl From<i32> for HintReturnType[src]

impl From<HintReturnType> for c_int[src]

impl Copy for HintReturnType[src]

impl Debug for HintReturnType[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]