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