[][src]Enum opencv::highgui::QtFontWeights

#[repr(C)]pub enum QtFontWeights {
    QT_FONT_LIGHT,
    QT_FONT_NORMAL,
    QT_FONT_DEMIBOLD,
    QT_FONT_BOLD,
    QT_FONT_BLACK,
}

Qt font weight

Variants

QT_FONT_LIGHT

Weight of 25

QT_FONT_NORMAL

Weight of 50

QT_FONT_DEMIBOLD

Weight of 63

QT_FONT_BOLD

Weight of 75

QT_FONT_BLACK

Weight of 87

Trait Implementations

impl Clone for QtFontWeights[src]

impl Copy for QtFontWeights[src]

impl Debug for QtFontWeights[src]

impl PartialEq<QtFontWeights> for QtFontWeights[src]

impl StructuralPartialEq for QtFontWeights[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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<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.