Enum sdl2::controller::AddMappingError
[−]
[src]
pub enum AddMappingError {
InvalidMapping(NulError),
InvalidFilePath(String),
SdlError(String),
}Variants
InvalidMapping(NulError)InvalidFilePath(String)SdlError(String)
Trait Implementations
impl Debug for AddMappingError[src]
impl Display for AddMappingError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more