Uint64

Type Alias Uint64 

Source
pub type Uint64 = u64;
Expand description

An unsigned 64-bit integer type.

§Availability

This macro is available since SDL 3.2.0.

§See also

  • SDL_UINT64_C

Trait Implementations§

Source§

impl From<SDL_FingerID> for Uint64

Source§

fn from(value: SDL_FingerID) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_ThreadID> for Uint64

Source§

fn from(value: SDL_ThreadID) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_TouchID> for Uint64

Source§

fn from(value: SDL_TouchID) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_WindowFlags> for Uint64

Source§

fn from(value: SDL_WindowFlags) -> Self

Converts to this type from the input type.
Source§

impl PartialEq<SDL_FingerID> for Uint64

Source§

fn eq(&self, other: &SDL_FingerID) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<SDL_ThreadID> for Uint64

Source§

fn eq(&self, other: &SDL_ThreadID) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<SDL_TouchID> for Uint64

Source§

fn eq(&self, other: &SDL_TouchID) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl PartialEq<SDL_WindowFlags> for Uint64

Source§

fn eq(&self, other: &SDL_WindowFlags) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.