Enum sdl2::controller::MappingStatus [] [src]

pub enum MappingStatus {
    Added,
    Updated,
}

Possible return values for add_mapping

Variants

Added
Updated

Trait Implementations

Derived Implementations

impl Debug for MappingStatus

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for MappingStatus

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for MappingStatus

fn eq(&self, __arg_0: &MappingStatus) -> bool

fn ne(&self, __arg_0: &MappingStatus) -> bool

impl Eq for MappingStatus

impl Clone for MappingStatus

fn clone(&self) -> MappingStatus

fn clone_from(&mut self, source: &Self)

impl Copy for MappingStatus