Enum sdl2::IntegerOrSdlError [−][src]
A given integer was so big that its representation as a C integer would be negative.
Variants
IntegerOverflows(&'static str, u32)SdlError(String)
Trait Implementations
impl Debug for IntegerOrSdlError[src]
impl Debug for IntegerOrSdlErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for IntegerOrSdlError[src]
impl Clone for IntegerOrSdlErrorfn clone(&self) -> IntegerOrSdlError[src]
fn clone(&self) -> IntegerOrSdlErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for IntegerOrSdlError[src]
impl PartialEq for IntegerOrSdlErrorfn eq(&self, other: &IntegerOrSdlError) -> bool[src]
fn eq(&self, other: &IntegerOrSdlError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IntegerOrSdlError) -> bool[src]
fn ne(&self, other: &IntegerOrSdlError) -> boolThis method tests for !=.
impl Display for IntegerOrSdlError[src]
impl Display for IntegerOrSdlErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for IntegerOrSdlError[src]
impl Error for IntegerOrSdlErrorAuto Trait Implementations
impl Send for IntegerOrSdlError
impl Send for IntegerOrSdlErrorimpl Sync for IntegerOrSdlError
impl Sync for IntegerOrSdlError