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