#[repr(transparent)]pub struct CGLGPURestartStatus(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 CGLGPURestartStatus
impl CGLGPURestartStatus
pub const CGLCPGPURestartStatusNone: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLCPGPURestartStatusCaused: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLCPGPURestartStatusBlacklisted: Self
👎Deprecated: The OpenGL API is deprecated by Apple
pub const CGLCPGPURestartStatusDenied: Self
👎Deprecated: The OpenGL API is deprecated by Apple
Trait Implementations§
Source§impl Clone for CGLGPURestartStatus
impl Clone for CGLGPURestartStatus
Source§fn clone(&self) -> CGLGPURestartStatus
fn clone(&self) -> CGLGPURestartStatus
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 CGLGPURestartStatus
impl Debug for CGLGPURestartStatus
Source§impl Encode for CGLGPURestartStatus
impl Encode for CGLGPURestartStatus
Source§impl Hash for CGLGPURestartStatus
impl Hash for CGLGPURestartStatus
Source§impl Ord for CGLGPURestartStatus
impl Ord for CGLGPURestartStatus
Source§fn cmp(&self, other: &CGLGPURestartStatus) -> Ordering
fn cmp(&self, other: &CGLGPURestartStatus) -> 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 CGLGPURestartStatus
impl PartialEq for CGLGPURestartStatus
Source§impl PartialOrd for CGLGPURestartStatus
impl PartialOrd for CGLGPURestartStatus
Source§impl RefEncode for CGLGPURestartStatus
impl RefEncode for CGLGPURestartStatus
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 CGLGPURestartStatus
impl Eq for CGLGPURestartStatus
impl StructuralPartialEq for CGLGPURestartStatus
Auto Trait Implementations§
impl Freeze for CGLGPURestartStatus
impl RefUnwindSafe for CGLGPURestartStatus
impl Send for CGLGPURestartStatus
impl Sync for CGLGPURestartStatus
impl Unpin for CGLGPURestartStatus
impl UnwindSafe for CGLGPURestartStatus
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.