Enum vex_sdk::vision::V5VisionMode  
source · #[repr(C)]pub enum V5VisionMode {
    kVisionModeNormal = 0,
    kVisionModeMixed = 1,
    kVisionModeLineDetect = 2,
    kVisionTypeTest = 3,
}Variants§
Trait Implementations§
source§impl Clone for V5VisionMode
 
impl Clone for V5VisionMode
source§fn clone(&self) -> V5VisionMode
 
fn clone(&self) -> V5VisionMode
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 V5VisionMode
 
impl Debug for V5VisionMode
source§impl Default for V5VisionMode
 
impl Default for V5VisionMode
source§fn default() -> V5VisionMode
 
fn default() -> V5VisionMode
Returns the “default value” for a type. Read more
source§impl PartialEq for V5VisionMode
 
impl PartialEq for V5VisionMode
source§fn eq(&self, other: &V5VisionMode) -> bool
 
fn eq(&self, other: &V5VisionMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for V5VisionMode
impl Eq for V5VisionMode
impl StructuralPartialEq for V5VisionMode
Auto Trait Implementations§
impl Freeze for V5VisionMode
impl RefUnwindSafe for V5VisionMode
impl Send for V5VisionMode
impl Sync for V5VisionMode
impl Unpin for V5VisionMode
impl UnwindSafe for V5VisionMode
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