Enum opencv::highgui::QtButtonTypes
source · #[repr(C)]
pub enum QtButtonTypes {
QT_PUSH_BUTTON,
QT_CHECKBOX,
QT_RADIOBOX,
QT_NEW_BUTTONBAR,
}
Expand description
Qt “button” type
Variants§
QT_PUSH_BUTTON
Push button.
QT_CHECKBOX
Checkbox button.
QT_RADIOBOX
Radiobox button.
QT_NEW_BUTTONBAR
Button should create a new buttonbar
Trait Implementations§
source§impl Clone for QtButtonTypes
impl Clone for QtButtonTypes
source§fn clone(&self) -> QtButtonTypes
fn clone(&self) -> QtButtonTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for QtButtonTypes
impl Debug for QtButtonTypes
source§impl PartialEq<QtButtonTypes> for QtButtonTypes
impl PartialEq<QtButtonTypes> for QtButtonTypes
source§fn eq(&self, other: &QtButtonTypes) -> bool
fn eq(&self, other: &QtButtonTypes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.