#[repr(transparent)]pub struct CGLRendererProperty(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 CGLRendererProperty
impl CGLRendererProperty
pub const CGLRPOffScreen: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRendererID: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPAccelerated: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPBackingStore: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPWindow: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPCompliant: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPDisplayMask: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPBufferModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPColorModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPAccumModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPDepthModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPStencilModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMaxAuxBuffers: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMaxSampleBuffers: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMaxSamples: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPSampleModes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPSampleAlpha: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPGPUVertProcCapable: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPGPUFragProcCapable: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRendererCount: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPOnline: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPAcceleratedCompute: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPVideoMemoryMegabytes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPTextureMemoryMegabytes: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMajorGLVersion: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRegistryIDLow: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRegistryIDHigh: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRemovable: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPRobust: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMPSafe: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPMultiScreen: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPFullScreen: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPVideoMemory: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLRPTextureMemory: Self
👎Deprecated: The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for CGLRendererProperty
impl Clone for CGLRendererProperty
Source§fn clone(&self) -> CGLRendererProperty
fn clone(&self) -> CGLRendererProperty
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 CGLRendererProperty
impl Debug for CGLRendererProperty
Source§impl Encode for CGLRendererProperty
impl Encode for CGLRendererProperty
Source§impl Hash for CGLRendererProperty
impl Hash for CGLRendererProperty
Source§impl Ord for CGLRendererProperty
impl Ord for CGLRendererProperty
Source§fn cmp(&self, other: &CGLRendererProperty) -> Ordering
fn cmp(&self, other: &CGLRendererProperty) -> 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 CGLRendererProperty
impl PartialEq for CGLRendererProperty
Source§impl PartialOrd for CGLRendererProperty
impl PartialOrd for CGLRendererProperty
Source§impl RefEncode for CGLRendererProperty
impl RefEncode for CGLRendererProperty
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 CGLRendererProperty
impl Eq for CGLRendererProperty
impl StructuralPartialEq for CGLRendererProperty
Auto Trait Implementations§
impl Freeze for CGLRendererProperty
impl RefUnwindSafe for CGLRendererProperty
impl Send for CGLRendererProperty
impl Sync for CGLRendererProperty
impl Unpin for CGLRendererProperty
impl UnwindSafe for CGLRendererProperty
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.