Enum opencv::viz::MouseEvent_Type
source · [−]#[repr(C)]
pub enum MouseEvent_Type {
MouseMove,
MouseButtonPress,
MouseButtonRelease,
MouseScrollDown,
MouseScrollUp,
MouseDblClick,
}
Variants
MouseMove
MouseButtonPress
MouseButtonRelease
MouseScrollDown
MouseScrollUp
MouseDblClick
Trait Implementations
sourceimpl Clone for MouseEvent_Type
impl Clone for MouseEvent_Type
sourcefn clone(&self) -> MouseEvent_Type
fn clone(&self) -> MouseEvent_Type
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 moresourceimpl Debug for MouseEvent_Type
impl Debug for MouseEvent_Type
sourceimpl PartialEq<MouseEvent_Type> for MouseEvent_Type
impl PartialEq<MouseEvent_Type> for MouseEvent_Type
sourcefn eq(&self, other: &MouseEvent_Type) -> bool
fn eq(&self, other: &MouseEvent_Type) -> bool
impl Copy for MouseEvent_Type
impl Eq for MouseEvent_Type
impl StructuralEq for MouseEvent_Type
impl StructuralPartialEq for MouseEvent_Type
Auto Trait Implementations
impl RefUnwindSafe for MouseEvent_Type
impl Send for MouseEvent_Type
impl Sync for MouseEvent_Type
impl Unpin for MouseEvent_Type
impl UnwindSafe for MouseEvent_Type
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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