Uint16

Type Alias Uint16 

Source
pub type Uint16 = u16;
Expand description

An unsigned 16-bit integer type.

§Availability

This macro is available since SDL 3.2.0.

Trait Implementations§

Source§

impl From<SDL_HapticEffectType> for Uint16

Source§

fn from(value: SDL_HapticEffectType) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_Keymod> for Uint16

Source§

fn from(value: SDL_Keymod) -> Self

Converts to this type from the input type.
Source§

impl PartialEq<SDL_HapticEffectType> for Uint16

Source§

fn eq(&self, other: &SDL_HapticEffectType) -> 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_Keymod> for Uint16

Source§

fn eq(&self, other: &SDL_Keymod) -> 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.