pub enum GpuEncodeStage {
Upload,
Encode,
}Variants§
Trait Implementations§
Source§impl Clone for GpuEncodeStage
impl Clone for GpuEncodeStage
Source§fn clone(&self) -> GpuEncodeStage
fn clone(&self) -> GpuEncodeStage
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 GpuEncodeStage
impl Debug for GpuEncodeStage
Source§impl PartialEq for GpuEncodeStage
impl PartialEq for GpuEncodeStage
Source§fn eq(&self, other: &GpuEncodeStage) -> bool
fn eq(&self, other: &GpuEncodeStage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GpuEncodeStage
impl Eq for GpuEncodeStage
impl StructuralPartialEq for GpuEncodeStage
Auto Trait Implementations§
impl Freeze for GpuEncodeStage
impl RefUnwindSafe for GpuEncodeStage
impl Send for GpuEncodeStage
impl Sync for GpuEncodeStage
impl Unpin for GpuEncodeStage
impl UnsafeUnpin for GpuEncodeStage
impl UnwindSafe for GpuEncodeStage
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