Struct sdl2_sys::joystick::SDL_JoystickGUID
[−]
[src]
pub struct SDL_JoystickGUID { pub data: [uint8_t; 16], }
Fields
data |
pub struct SDL_JoystickGUID { pub data: [uint8_t; 16], }
data |
impl Hash for SDL_JoystickGUID
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher
impl PartialEq for SDL_JoystickGUID
fn eq(&self, __arg_0: &SDL_JoystickGUID) -> bool
fn ne(&self, __arg_0: &SDL_JoystickGUID) -> bool
impl Eq for SDL_JoystickGUID
impl Clone for SDL_JoystickGUID
fn clone(&self) -> SDL_JoystickGUID
fn clone_from(&mut self, source: &Self)
impl Copy for SDL_JoystickGUID
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
)