Enum sdl2::IntegerOrSdlError [−][src]
A given integer was so big that its representation as a C integer would be negative.
Variants
SdlError(String)Trait Implementations
impl Clone for IntegerOrSdlError[src]
impl Clone for IntegerOrSdlError[src]fn clone(&self) -> IntegerOrSdlError[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for IntegerOrSdlError[src]
impl Error for IntegerOrSdlError[src]impl PartialEq<IntegerOrSdlError> for IntegerOrSdlError[src]
impl PartialEq<IntegerOrSdlError> for IntegerOrSdlError[src]fn eq(&self, other: &IntegerOrSdlError) -> bool[src]
fn ne(&self, other: &IntegerOrSdlError) -> bool[src]
Auto Trait Implementations
impl RefUnwindSafe for IntegerOrSdlError
impl RefUnwindSafe for IntegerOrSdlErrorimpl Send for IntegerOrSdlError
impl Send for IntegerOrSdlErrorimpl Sync for IntegerOrSdlError
impl Sync for IntegerOrSdlErrorimpl Unpin for IntegerOrSdlError
impl Unpin for IntegerOrSdlErrorimpl UnwindSafe for IntegerOrSdlError
impl UnwindSafe for IntegerOrSdlError