pub enum GPUFrontFace {
CCW,
CW,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GPUFrontFace
impl Clone for GPUFrontFace
Source§fn clone(&self) -> GPUFrontFace
fn clone(&self) -> GPUFrontFace
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for GPUFrontFace
Auto Trait Implementations§
impl Freeze for GPUFrontFace
impl RefUnwindSafe for GPUFrontFace
impl Send for GPUFrontFace
impl Sync for GPUFrontFace
impl Unpin for GPUFrontFace
impl UnwindSafe for GPUFrontFace
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