#[repr(transparent)]pub struct GLKTextureLoaderError(pub u32);👎Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
GLKTextureLoader and crate feature objc2-open-gl and macOS only.Expand description
Tuple Fields§
§0: u32👎Deprecated: The OpenGL API is deprecated by Apple
Implementations§
Source§impl GLKTextureLoaderError
impl GLKTextureLoaderError
pub const FileOrURLNotFound: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const InvalidNSData: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const InvalidCGImage: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnknownPathType: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnknownFileType: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const PVRAtlasUnsupported: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CubeMapInvalidNumFiles: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CompressedTextureUpload: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UncompressedTextureUpload: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnsupportedCubeMapDimensions: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnsupportedBitDepth: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnsupportedPVRFormat: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const DataPreprocessingFailure: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const MipmapUnsupported: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnsupportedOrientation: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const ReorientationFailure: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const AlphaPremultiplicationFailure: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const InvalidEAGLContext: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const IncompatibleFormatSRGB: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const UnsupportedTextureTarget: Self
👎Deprecated: The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for GLKTextureLoaderError
impl Clone for GLKTextureLoaderError
Source§fn clone(&self) -> GLKTextureLoaderError
fn clone(&self) -> GLKTextureLoaderError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GLKTextureLoaderError
impl Debug for GLKTextureLoaderError
Source§impl Encode for GLKTextureLoaderError
impl Encode for GLKTextureLoaderError
Source§impl Hash for GLKTextureLoaderError
impl Hash for GLKTextureLoaderError
Source§impl Ord for GLKTextureLoaderError
impl Ord for GLKTextureLoaderError
Source§fn cmp(&self, other: &GLKTextureLoaderError) -> Ordering
fn cmp(&self, other: &GLKTextureLoaderError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GLKTextureLoaderError
impl PartialEq for GLKTextureLoaderError
Source§impl PartialOrd for GLKTextureLoaderError
impl PartialOrd for GLKTextureLoaderError
Source§impl RefEncode for GLKTextureLoaderError
impl RefEncode for GLKTextureLoaderError
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for GLKTextureLoaderError
impl Eq for GLKTextureLoaderError
impl StructuralPartialEq for GLKTextureLoaderError
Auto Trait Implementations§
impl Freeze for GLKTextureLoaderError
impl RefUnwindSafe for GLKTextureLoaderError
impl Send for GLKTextureLoaderError
impl Sync for GLKTextureLoaderError
impl Unpin for GLKTextureLoaderError
impl UnwindSafe for GLKTextureLoaderError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
Source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
Source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
Source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.