Enum rin::gl::ErrorKind [−][src]
pub enum ErrorKind {}Show variants
ContextCreationError, OutOfMemory, MapError, OutOfBounds, SizeGreaterThanMaxSize, NoColorAttachments, MaxColorAttachments, FramebufferCreationError, ProgramCreationError, CompileError, LinkError, UniformNotFound, ZeroWidth, ZeroHeight, ZeroDepth, WidthTooBig, HeightTooBig, DepthTooBig, CorruptedImage, FormatSizeBiggerThanAllocated, FormatSizeBiggerThanData, FormatMandatoryOnCompressed, FormatNotSupported, NotSquareImage, DifferentFormatsPerImage, DifferentDimensionsPerImage, VaoCreationError, AttributeNotFound, WaitFailed, NotReady,
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl Send for ErrorKind
impl Sync for ErrorKind
impl Unpin for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,