#[repr(i32)]pub enum SpvFunctionParameterAttribute {
Zext = 0,
Sext = 1,
ByVal = 2,
Sret = 3,
NoAlias = 4,
NoCapture = 5,
NoWrite = 6,
NoReadWrite = 7,
}Variants§
Trait Implementations§
source§impl Clone for SpvFunctionParameterAttribute
impl Clone for SpvFunctionParameterAttribute
source§fn clone(&self) -> SpvFunctionParameterAttribute
fn clone(&self) -> SpvFunctionParameterAttribute
Returns a copy 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 Hash for SpvFunctionParameterAttribute
impl Hash for SpvFunctionParameterAttribute
source§impl PartialEq for SpvFunctionParameterAttribute
impl PartialEq for SpvFunctionParameterAttribute
source§fn eq(&self, other: &SpvFunctionParameterAttribute) -> bool
fn eq(&self, other: &SpvFunctionParameterAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpvFunctionParameterAttribute
impl Eq for SpvFunctionParameterAttribute
impl StructuralPartialEq for SpvFunctionParameterAttribute
Auto Trait Implementations§
impl Freeze for SpvFunctionParameterAttribute
impl RefUnwindSafe for SpvFunctionParameterAttribute
impl Send for SpvFunctionParameterAttribute
impl Sync for SpvFunctionParameterAttribute
impl Unpin for SpvFunctionParameterAttribute
impl UnwindSafe for SpvFunctionParameterAttribute
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)