pub struct Guid(_);
Expand description
A GUID associated with joystick devices.
Implementations§
Trait Implementations§
source§impl From<SDL_JoystickGUID> for Guid
impl From<SDL_JoystickGUID> for Guid
source§fn from(raw: SDL_JoystickGUID) -> Self
fn from(raw: SDL_JoystickGUID) -> Self
Converts to this type from the input type.