pub enum ControlSource {
Kerbal,
Probe,
None,
}Variants§
Trait Implementations§
Source§impl Clone for ControlSource
impl Clone for ControlSource
Source§fn clone(&self) -> ControlSource
fn clone(&self) -> ControlSource
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 ControlSource
impl Debug for ControlSource
Source§impl PartialEq for ControlSource
impl PartialEq for ControlSource
impl Copy for ControlSource
impl StructuralPartialEq for ControlSource
Auto Trait Implementations§
impl Freeze for ControlSource
impl RefUnwindSafe for ControlSource
impl Send for ControlSource
impl Sync for ControlSource
impl Unpin for ControlSource
impl UnwindSafe for ControlSource
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