pub enum GlSyncWaitResult {
AlreadySignaled,
TimeoutExpired,
ConditionSatisfied,
}Variants§
Trait Implementations§
Source§impl Clone for GlSyncWaitResult
impl Clone for GlSyncWaitResult
Source§fn clone(&self) -> GlSyncWaitResult
fn clone(&self) -> GlSyncWaitResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GlSyncWaitResult
impl Debug for GlSyncWaitResult
Source§impl PartialEq for GlSyncWaitResult
impl PartialEq for GlSyncWaitResult
Source§fn eq(&self, other: &GlSyncWaitResult) -> bool
fn eq(&self, other: &GlSyncWaitResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlSyncWaitResult
impl Eq for GlSyncWaitResult
impl StructuralPartialEq for GlSyncWaitResult
Auto Trait Implementations§
impl Freeze for GlSyncWaitResult
impl RefUnwindSafe for GlSyncWaitResult
impl Send for GlSyncWaitResult
impl Sync for GlSyncWaitResult
impl Unpin for GlSyncWaitResult
impl UnsafeUnpin for GlSyncWaitResult
impl UnwindSafe for GlSyncWaitResult
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