Sint32

Type Alias Sint32 

Source
pub type Sint32 = i32;
Expand description

A signed 32-bit integer type.

§Availability

This macro is available since SDL 3.2.0.

Trait Implementations§

Source§

impl From<SDL_GLContextFlag> for Sint32

Source§

fn from(value: SDL_GLContextFlag) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_GLContextReleaseFlag> for Sint32

Source§

fn from(value: SDL_GLContextReleaseFlag) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_GLContextResetNotification> for Sint32

Source§

fn from(value: SDL_GLContextResetNotification) -> Self

Converts to this type from the input type.
Source§

impl From<SDL_GLProfile> for Sint32

Source§

fn from(value: SDL_GLProfile) -> Self

Converts to this type from the input type.
Source§

impl PartialEq<SDL_GLContextFlag> for Sint32

Source§

fn eq(&self, other: &SDL_GLContextFlag) -> 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_GLContextReleaseFlag> for Sint32

Source§

fn eq(&self, other: &SDL_GLContextReleaseFlag) -> 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_GLContextResetNotification> for Sint32

Source§

fn eq(&self, other: &SDL_GLContextResetNotification) -> 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_GLProfile> for Sint32

Source§

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