#[repr(transparent)]pub struct CGLGlobalOption(pub c_uint);
👎Deprecated: The OpenGL API is deprecated by Apple
Available on crate feature
CGLTypes
only.Expand description
Tuple Fields§
§0: c_uint
👎Deprecated: The OpenGL API is deprecated by Apple
Implementations§
Source§impl CGLGlobalOption
impl CGLGlobalOption
pub const CGLGOFormatCacheSize: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLGOClearFormatCache: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLGORetainRenderers: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLGOUseBuildCache: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLGOResetLibrary: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLGOUseErrorHandler: Self
👎Deprecated: The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for CGLGlobalOption
impl Clone for CGLGlobalOption
Source§fn clone(&self) -> CGLGlobalOption
fn clone(&self) -> CGLGlobalOption
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 CGLGlobalOption
impl Debug for CGLGlobalOption
Source§impl Encode for CGLGlobalOption
impl Encode for CGLGlobalOption
Source§impl Hash for CGLGlobalOption
impl Hash for CGLGlobalOption
Source§impl Ord for CGLGlobalOption
impl Ord for CGLGlobalOption
Source§fn cmp(&self, other: &CGLGlobalOption) -> Ordering
fn cmp(&self, other: &CGLGlobalOption) -> 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 CGLGlobalOption
impl PartialEq for CGLGlobalOption
Source§impl PartialOrd for CGLGlobalOption
impl PartialOrd for CGLGlobalOption
Source§impl RefEncode for CGLGlobalOption
impl RefEncode for CGLGlobalOption
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 CGLGlobalOption
impl Eq for CGLGlobalOption
impl StructuralPartialEq for CGLGlobalOption
Auto Trait Implementations§
impl Freeze for CGLGlobalOption
impl RefUnwindSafe for CGLGlobalOption
impl Send for CGLGlobalOption
impl Sync for CGLGlobalOption
impl Unpin for CGLGlobalOption
impl UnwindSafe for CGLGlobalOption
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.