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