[][src]Struct qt_widgets::q_file_dialog::DialogLabel

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

C++ enum: QFileDialog::DialogLabel.

C++ documentation:

Methods

impl DialogLabel[src]

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

impl DialogLabel[src]

pub const LookIn: DialogLabel[src]

C++ enum variant: LookIn = 0

pub const FileName: DialogLabel[src]

C++ enum variant: FileName = 1

pub const FileType: DialogLabel[src]

C++ enum variant: FileType = 2

pub const Accept: DialogLabel[src]

C++ enum variant: Accept = 3

pub const Reject: DialogLabel[src]

C++ enum variant: Reject = 4

Trait Implementations

impl Eq for DialogLabel[src]

impl Clone for DialogLabel[src]

impl PartialEq<DialogLabel> for DialogLabel[src]

impl From<i32> for DialogLabel[src]

impl From<DialogLabel> for c_int[src]

impl Copy for DialogLabel[src]

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