Struct vex_sdk::vision::V5VisionWBMode  
source · #[repr(C)]pub struct V5VisionWBMode(/* private fields */);Implementations§
source§impl V5VisionWBMode
 
impl V5VisionWBMode
pub const kVisionWBNormal: c_uint = 0u32
pub const kVisionWBStart: c_uint = 1u32
pub const kVisionWBManual: c_uint = 2u32
Trait Implementations§
source§impl Clone for V5VisionWBMode
 
impl Clone for V5VisionWBMode
source§fn clone(&self) -> V5VisionWBMode
 
fn clone(&self) -> V5VisionWBMode
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 V5VisionWBMode
 
impl Debug for V5VisionWBMode
source§impl Default for V5VisionWBMode
 
impl Default for V5VisionWBMode
source§fn default() -> V5VisionWBMode
 
fn default() -> V5VisionWBMode
Returns the “default value” for a type. Read more
source§impl PartialEq for V5VisionWBMode
 
impl PartialEq for V5VisionWBMode
source§fn eq(&self, other: &V5VisionWBMode) -> bool
 
fn eq(&self, other: &V5VisionWBMode) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for V5VisionWBMode
impl Eq for V5VisionWBMode
impl StructuralPartialEq for V5VisionWBMode
Auto Trait Implementations§
impl Freeze for V5VisionWBMode
impl RefUnwindSafe for V5VisionWBMode
impl Send for V5VisionWBMode
impl Sync for V5VisionWBMode
impl Unpin for V5VisionWBMode
impl UnwindSafe for V5VisionWBMode
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