#[repr(transparent)]pub struct GLKTextureInfoAlphaState(pub i32);👎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: i32👎Deprecated: The OpenGL API is deprecated by Apple
Implementations§
Source§impl GLKTextureInfoAlphaState
impl GLKTextureInfoAlphaState
pub const None: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const NonPremultiplied: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const Premultiplied: Self
👎Deprecated: The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for GLKTextureInfoAlphaState
impl Clone for GLKTextureInfoAlphaState
Source§fn clone(&self) -> GLKTextureInfoAlphaState
fn clone(&self) -> GLKTextureInfoAlphaState
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 GLKTextureInfoAlphaState
impl Debug for GLKTextureInfoAlphaState
Source§impl Encode for GLKTextureInfoAlphaState
impl Encode for GLKTextureInfoAlphaState
Source§impl Hash for GLKTextureInfoAlphaState
impl Hash for GLKTextureInfoAlphaState
Source§impl Ord for GLKTextureInfoAlphaState
impl Ord for GLKTextureInfoAlphaState
Source§fn cmp(&self, other: &GLKTextureInfoAlphaState) -> Ordering
fn cmp(&self, other: &GLKTextureInfoAlphaState) -> 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 GLKTextureInfoAlphaState
impl PartialEq for GLKTextureInfoAlphaState
Source§impl PartialOrd for GLKTextureInfoAlphaState
impl PartialOrd for GLKTextureInfoAlphaState
Source§impl RefEncode for GLKTextureInfoAlphaState
impl RefEncode for GLKTextureInfoAlphaState
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 GLKTextureInfoAlphaState
impl Eq for GLKTextureInfoAlphaState
impl StructuralPartialEq for GLKTextureInfoAlphaState
Auto Trait Implementations§
impl Freeze for GLKTextureInfoAlphaState
impl RefUnwindSafe for GLKTextureInfoAlphaState
impl Send for GLKTextureInfoAlphaState
impl Sync for GLKTextureInfoAlphaState
impl Unpin for GLKTextureInfoAlphaState
impl UnwindSafe for GLKTextureInfoAlphaState
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.