pub type Uint64 = u64;Expand description
Trait Implementations§
Source§impl From<SDL_FingerID> for Uint64
impl From<SDL_FingerID> for Uint64
Source§fn from(value: SDL_FingerID) -> Self
fn from(value: SDL_FingerID) -> Self
Converts to this type from the input type.
Source§impl From<SDL_ThreadID> for Uint64
impl From<SDL_ThreadID> for Uint64
Source§fn from(value: SDL_ThreadID) -> Self
fn from(value: SDL_ThreadID) -> Self
Converts to this type from the input type.
Source§impl From<SDL_TouchID> for Uint64
impl From<SDL_TouchID> for Uint64
Source§fn from(value: SDL_TouchID) -> Self
fn from(value: SDL_TouchID) -> Self
Converts to this type from the input type.
Source§impl From<SDL_WindowFlags> for Uint64
impl From<SDL_WindowFlags> for Uint64
Source§fn from(value: SDL_WindowFlags) -> Self
fn from(value: SDL_WindowFlags) -> Self
Converts to this type from the input type.