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