Enum opencv::viz::MouseEvent_MouseButton [−][src]
#[repr(C)]
pub enum MouseEvent_MouseButton {
NoButton,
LeftButton,
MiddleButton,
RightButton,
VScroll,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MouseEvent_MouseButton
impl Send for MouseEvent_MouseButton
impl Sync for MouseEvent_MouseButton
impl Unpin for MouseEvent_MouseButton
impl UnwindSafe for MouseEvent_MouseButton
Blanket Implementations
Mutably borrows from an owned value. Read more