#[repr(u32)]pub enum SpvAmdGcnShaderOp {
CubeFaceIndexAMD = 1,
CubeFaceCoordAMD = 2,
TimeAMD = 3,
}Expand description
SPV_AMD_gcn_shader extended instruction opcode
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SpvAmdGcnShaderOp
impl Clone for SpvAmdGcnShaderOp
Source§fn clone(&self) -> SpvAmdGcnShaderOp
fn clone(&self) -> SpvAmdGcnShaderOp
Returns a duplicate 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 SpvAmdGcnShaderOp
impl Debug for SpvAmdGcnShaderOp
Source§impl Hash for SpvAmdGcnShaderOp
impl Hash for SpvAmdGcnShaderOp
Source§impl Ord for SpvAmdGcnShaderOp
impl Ord for SpvAmdGcnShaderOp
Source§fn cmp(&self, other: &SpvAmdGcnShaderOp) -> Ordering
fn cmp(&self, other: &SpvAmdGcnShaderOp) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpvAmdGcnShaderOp
impl PartialEq for SpvAmdGcnShaderOp
Source§impl PartialOrd for SpvAmdGcnShaderOp
impl PartialOrd for SpvAmdGcnShaderOp
impl Copy for SpvAmdGcnShaderOp
impl Eq for SpvAmdGcnShaderOp
impl StructuralPartialEq for SpvAmdGcnShaderOp
Auto Trait Implementations§
impl Freeze for SpvAmdGcnShaderOp
impl RefUnwindSafe for SpvAmdGcnShaderOp
impl Send for SpvAmdGcnShaderOp
impl Sync for SpvAmdGcnShaderOp
impl Unpin for SpvAmdGcnShaderOp
impl UnsafeUnpin for SpvAmdGcnShaderOp
impl UnwindSafe for SpvAmdGcnShaderOp
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