Struct sdl2::joystick::Guid [] [src]

pub struct Guid { /* fields omitted */ }

Wrapper around a SDL_JoystickGUID, a globally unique identifier for a joystick.

Methods

impl Guid
[src]

[src]

Create a GUID from a string representation.

[src]

Return true if GUID is full 0s

[src]

Return a String representation of GUID

[src]

Return a copy of the internal SDL_JoystickGUID

Trait Implementations

impl Copy for Guid
[src]

impl Clone for Guid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Guid
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Eq for Guid
[src]

impl Display for Guid
[src]

[src]

Formats the value using the given formatter. Read more