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