Enum SemaphoresSubmitted
#[repr(u8)]pub enum SemaphoresSubmitted {
No = 0,
Yes = 1,
}
Variants§
Trait Implementations§
§impl Clone for GrSemaphoresSubmitted
impl Clone for GrSemaphoresSubmitted
§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 more§impl Debug for GrSemaphoresSubmitted
impl Debug for GrSemaphoresSubmitted
§impl Hash for GrSemaphoresSubmitted
impl Hash for GrSemaphoresSubmitted
§impl PartialEq for GrSemaphoresSubmitted
impl PartialEq for GrSemaphoresSubmitted
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 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