#[repr(transparent)]pub struct GLKTextureInfoOrigin(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§
Trait Implementations§
Source§impl Clone for GLKTextureInfoOrigin
impl Clone for GLKTextureInfoOrigin
Source§fn clone(&self) -> GLKTextureInfoOrigin
fn clone(&self) -> GLKTextureInfoOrigin
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 GLKTextureInfoOrigin
impl Debug for GLKTextureInfoOrigin
Source§impl Encode for GLKTextureInfoOrigin
impl Encode for GLKTextureInfoOrigin
Source§impl Hash for GLKTextureInfoOrigin
impl Hash for GLKTextureInfoOrigin
Source§impl Ord for GLKTextureInfoOrigin
impl Ord for GLKTextureInfoOrigin
Source§fn cmp(&self, other: &GLKTextureInfoOrigin) -> Ordering
fn cmp(&self, other: &GLKTextureInfoOrigin) -> 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 GLKTextureInfoOrigin
impl PartialEq for GLKTextureInfoOrigin
Source§impl PartialOrd for GLKTextureInfoOrigin
impl PartialOrd for GLKTextureInfoOrigin
Source§impl RefEncode for GLKTextureInfoOrigin
impl RefEncode for GLKTextureInfoOrigin
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 GLKTextureInfoOrigin
impl Eq for GLKTextureInfoOrigin
impl StructuralPartialEq for GLKTextureInfoOrigin
Auto Trait Implementations§
impl Freeze for GLKTextureInfoOrigin
impl RefUnwindSafe for GLKTextureInfoOrigin
impl Send for GLKTextureInfoOrigin
impl Sync for GLKTextureInfoOrigin
impl Unpin for GLKTextureInfoOrigin
impl UnwindSafe for GLKTextureInfoOrigin
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.