Enum sdl2::controller::AddMappingError [] [src]

pub enum AddMappingError {
    InvalidMapping(NulError),
    SdlError(String),
}

Variants

InvalidMapping(NulError)SdlError(String)

Trait Implementations

impl Debug for AddMappingError
[src]

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

Formats the value using the given formatter.