Enum opencv::viz::KeyboardEvent_Action
source · #[repr(C)]pub enum KeyboardEvent_Action {
KEY_UP = 0,
KEY_DOWN = 1,
}Variants§
Trait Implementations§
source§impl Clone for KeyboardEvent_Action
impl Clone for KeyboardEvent_Action
source§fn clone(&self) -> KeyboardEvent_Action
fn clone(&self) -> KeyboardEvent_Action
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 KeyboardEvent_Action
impl Debug for KeyboardEvent_Action
source§impl From<KeyboardEvent_Action> for i32
impl From<KeyboardEvent_Action> for i32
source§fn from(v: KeyboardEvent_Action) -> Self
fn from(v: KeyboardEvent_Action) -> Self
Converts to this type from the input type.
source§impl PartialEq for KeyboardEvent_Action
impl PartialEq for KeyboardEvent_Action
source§fn eq(&self, other: &KeyboardEvent_Action) -> bool
fn eq(&self, other: &KeyboardEvent_Action) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<i32> for KeyboardEvent_Action
impl TryFrom<i32> for KeyboardEvent_Action
impl Copy for KeyboardEvent_Action
impl Eq for KeyboardEvent_Action
impl StructuralPartialEq for KeyboardEvent_Action
Auto Trait Implementations§
impl Freeze for KeyboardEvent_Action
impl RefUnwindSafe for KeyboardEvent_Action
impl Send for KeyboardEvent_Action
impl Sync for KeyboardEvent_Action
impl Unpin for KeyboardEvent_Action
impl UnwindSafe for KeyboardEvent_Action
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more