Enum sdl2::controller::MappingStatus
[−]
[src]
pub enum MappingStatus { Added, Updated, }
Possible return values for add_mapping
Variants
Added | |
Updated |
pub enum MappingStatus { Added, Updated, }
Possible return values for add_mapping
Added | |
Updated |
impl Debug for MappingStatus
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
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)