pub enum CompetitionSystem {
FieldControl,
CompetitionSwitch,
}Expand description
Represents a type of system used to control competition state.
Variants§
FieldControl
Competition state is controlled by a VEX Field Controller.
CompetitionSwitch
Competition state is controlled by a VEXnet competition switch.
Trait Implementations§
Source§impl Clone for CompetitionSystem
impl Clone for CompetitionSystem
Source§fn clone(&self) -> CompetitionSystem
fn clone(&self) -> CompetitionSystem
Returns a duplicate 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 CompetitionSystem
impl Debug for CompetitionSystem
Source§impl PartialEq for CompetitionSystem
impl PartialEq for CompetitionSystem
impl Copy for CompetitionSystem
impl Eq for CompetitionSystem
impl StructuralPartialEq for CompetitionSystem
Auto Trait Implementations§
impl Freeze for CompetitionSystem
impl RefUnwindSafe for CompetitionSystem
impl Send for CompetitionSystem
impl Sync for CompetitionSystem
impl Unpin for CompetitionSystem
impl UnwindSafe for CompetitionSystem
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