#[repr(u32)]pub enum SpvAmdShaderTrinaryMinmaxOp {
FMin3AMD = 1,
UMin3AMD = 2,
SMin3AMD = 3,
FMax3AMD = 4,
UMax3AMD = 5,
SMax3AMD = 6,
FMid3AMD = 7,
UMid3AMD = 8,
SMid3AMD = 9,
}Expand description
SPV_AMD_shader_trinary_minmax extended instruction opcode
Variants§
FMin3AMD = 1
UMin3AMD = 2
SMin3AMD = 3
FMax3AMD = 4
UMax3AMD = 5
SMax3AMD = 6
FMid3AMD = 7
UMid3AMD = 8
SMid3AMD = 9
Implementations§
Trait Implementations§
Source§impl Clone for SpvAmdShaderTrinaryMinmaxOp
impl Clone for SpvAmdShaderTrinaryMinmaxOp
Source§fn clone(&self) -> SpvAmdShaderTrinaryMinmaxOp
fn clone(&self) -> SpvAmdShaderTrinaryMinmaxOp
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 SpvAmdShaderTrinaryMinmaxOp
impl Debug for SpvAmdShaderTrinaryMinmaxOp
Source§impl<'de> Deserialize<'de> for SpvAmdShaderTrinaryMinmaxOp
impl<'de> Deserialize<'de> for SpvAmdShaderTrinaryMinmaxOp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for SpvAmdShaderTrinaryMinmaxOp
impl Hash for SpvAmdShaderTrinaryMinmaxOp
Source§impl Ord for SpvAmdShaderTrinaryMinmaxOp
impl Ord for SpvAmdShaderTrinaryMinmaxOp
Source§fn cmp(&self, other: &SpvAmdShaderTrinaryMinmaxOp) -> Ordering
fn cmp(&self, other: &SpvAmdShaderTrinaryMinmaxOp) -> Ordering
1.21.0 (const: unstable) · 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 SpvAmdShaderTrinaryMinmaxOp
impl PartialEq for SpvAmdShaderTrinaryMinmaxOp
Source§fn eq(&self, other: &SpvAmdShaderTrinaryMinmaxOp) -> bool
fn eq(&self, other: &SpvAmdShaderTrinaryMinmaxOp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SpvAmdShaderTrinaryMinmaxOp
impl PartialOrd for SpvAmdShaderTrinaryMinmaxOp
impl Copy for SpvAmdShaderTrinaryMinmaxOp
impl Eq for SpvAmdShaderTrinaryMinmaxOp
impl StructuralPartialEq for SpvAmdShaderTrinaryMinmaxOp
Auto Trait Implementations§
impl Freeze for SpvAmdShaderTrinaryMinmaxOp
impl RefUnwindSafe for SpvAmdShaderTrinaryMinmaxOp
impl Send for SpvAmdShaderTrinaryMinmaxOp
impl Sync for SpvAmdShaderTrinaryMinmaxOp
impl Unpin for SpvAmdShaderTrinaryMinmaxOp
impl UnsafeUnpin for SpvAmdShaderTrinaryMinmaxOp
impl UnwindSafe for SpvAmdShaderTrinaryMinmaxOp
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