#[repr(u8)]pub enum GrSemaphoresSubmitted {
No,
Yes,
}
Variants§
Trait Implementations§
source§impl Clone for GrSemaphoresSubmitted
impl Clone for GrSemaphoresSubmitted
source§fn clone(&self) -> GrSemaphoresSubmitted
fn clone(&self) -> GrSemaphoresSubmitted
Returns a copy 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 GrSemaphoresSubmitted
impl Debug for GrSemaphoresSubmitted
source§impl Hash for GrSemaphoresSubmitted
impl Hash for GrSemaphoresSubmitted
source§impl PartialEq<GrSemaphoresSubmitted> for GrSemaphoresSubmitted
impl PartialEq<GrSemaphoresSubmitted> for GrSemaphoresSubmitted
source§fn eq(&self, other: &GrSemaphoresSubmitted) -> bool
fn eq(&self, other: &GrSemaphoresSubmitted) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GrSemaphoresSubmitted
impl Eq for GrSemaphoresSubmitted
impl StructuralEq for GrSemaphoresSubmitted
impl StructuralPartialEq for GrSemaphoresSubmitted
Auto Trait Implementations§
impl RefUnwindSafe for GrSemaphoresSubmitted
impl Send for GrSemaphoresSubmitted
impl Sync for GrSemaphoresSubmitted
impl Unpin for GrSemaphoresSubmitted
impl UnwindSafe for GrSemaphoresSubmitted
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