Enum opencv::highgui::QtFontWeights
source · [−]#[repr(C)]
pub enum QtFontWeights {
QT_FONT_LIGHT,
QT_FONT_NORMAL,
QT_FONT_DEMIBOLD,
QT_FONT_BOLD,
QT_FONT_BLACK,
}
Expand description
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
sourceimpl Clone for QtFontWeights
impl Clone for QtFontWeights
sourcefn clone(&self) -> QtFontWeights
fn clone(&self) -> QtFontWeights
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QtFontWeights
impl Debug for QtFontWeights
sourceimpl PartialEq<QtFontWeights> for QtFontWeights
impl PartialEq<QtFontWeights> for QtFontWeights
impl Copy for QtFontWeights
impl StructuralPartialEq for QtFontWeights
Auto Trait Implementations
impl RefUnwindSafe for QtFontWeights
impl Send for QtFontWeights
impl Sync for QtFontWeights
impl Unpin for QtFontWeights
impl UnwindSafe for QtFontWeights
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more