#[repr(u8)]pub enum SemaphoresSubmitted {
No = 0,
Yes = 1,
}Variants§
Trait Implementations§
Source§impl Clone for GrSemaphoresSubmitted
impl Clone for GrSemaphoresSubmitted
Source§fn clone(&self) -> GrSemaphoresSubmitted
fn clone(&self) -> GrSemaphoresSubmitted
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 GrSemaphoresSubmitted
impl Debug for GrSemaphoresSubmitted
Source§impl Hash for GrSemaphoresSubmitted
impl Hash for GrSemaphoresSubmitted
Source§impl PartialEq for GrSemaphoresSubmitted
impl PartialEq for GrSemaphoresSubmitted
Source§fn eq(&self, other: &GrSemaphoresSubmitted) -> bool
fn eq(&self, other: &GrSemaphoresSubmitted) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GrSemaphoresSubmitted
impl Eq for GrSemaphoresSubmitted
impl StructuralPartialEq for GrSemaphoresSubmitted
Auto Trait Implementations§
impl Freeze for GrSemaphoresSubmitted
impl RefUnwindSafe for GrSemaphoresSubmitted
impl Send for GrSemaphoresSubmitted
impl Sync for GrSemaphoresSubmitted
impl Unpin for GrSemaphoresSubmitted
impl UnsafeUnpin 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