#[repr(u32)]pub enum FunctionParameterAttribute {
Zext = 0,
Sext = 1,
ByVal = 2,
Sret = 3,
NoAlias = 4,
NoCapture = 5,
NoWrite = 6,
NoReadWrite = 7,
RuntimeAlignedINTEL = 5_940,
}
Expand description
SPIR-V operand kind: FunctionParameterAttribute
Variants§
Zext = 0
Sext = 1
ByVal = 2
Sret = 3
NoAlias = 4
NoCapture = 5
NoWrite = 6
NoReadWrite = 7
RuntimeAlignedINTEL = 5_940
Implementations§
Trait Implementations§
Source§impl Clone for FunctionParameterAttribute
impl Clone for FunctionParameterAttribute
Source§fn clone(&self) -> FunctionParameterAttribute
fn clone(&self) -> FunctionParameterAttribute
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 moreSource§impl Debug for FunctionParameterAttribute
impl Debug for FunctionParameterAttribute
Source§impl<'de> Deserialize<'de> for FunctionParameterAttribute
impl<'de> Deserialize<'de> for FunctionParameterAttribute
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 FromStr for FunctionParameterAttribute
impl FromStr for FunctionParameterAttribute
Source§impl Hash for FunctionParameterAttribute
impl Hash for FunctionParameterAttribute
Source§impl Ord for FunctionParameterAttribute
impl Ord for FunctionParameterAttribute
Source§fn cmp(&self, other: &FunctionParameterAttribute) -> Ordering
fn cmp(&self, other: &FunctionParameterAttribute) -> 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 FunctionParameterAttribute
impl PartialEq for FunctionParameterAttribute
Source§fn eq(&self, other: &FunctionParameterAttribute) -> bool
fn eq(&self, other: &FunctionParameterAttribute) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for FunctionParameterAttribute
impl PartialOrd for FunctionParameterAttribute
impl Copy for FunctionParameterAttribute
impl Eq for FunctionParameterAttribute
impl StructuralPartialEq for FunctionParameterAttribute
Auto Trait Implementations§
impl Freeze for FunctionParameterAttribute
impl RefUnwindSafe for FunctionParameterAttribute
impl Send for FunctionParameterAttribute
impl Sync for FunctionParameterAttribute
impl Unpin for FunctionParameterAttribute
impl UnwindSafe for FunctionParameterAttribute
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