#[repr(i32)]pub enum SpvFPFastMathModeShift {
SpvFPFastMathModeNotNaNShift = 0,
SpvFPFastMathModeNotInfShift = 1,
SpvFPFastMathModeNSZShift = 2,
SpvFPFastMathModeAllowRecipShift = 3,
SpvFPFastMathModeFastShift = 4,
SpvFPFastMathModeAllowContractFastINTELShift = 16,
SpvFPFastMathModeAllowReassocINTELShift = 17,
}Variants§
SpvFPFastMathModeNotNaNShift = 0
SpvFPFastMathModeNotInfShift = 1
SpvFPFastMathModeNSZShift = 2
SpvFPFastMathModeAllowRecipShift = 3
SpvFPFastMathModeFastShift = 4
SpvFPFastMathModeAllowContractFastINTELShift = 16
SpvFPFastMathModeAllowReassocINTELShift = 17
Trait Implementations§
source§impl Clone for SpvFPFastMathModeShift
impl Clone for SpvFPFastMathModeShift
source§fn clone(&self) -> SpvFPFastMathModeShift
fn clone(&self) -> SpvFPFastMathModeShift
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 Debug for SpvFPFastMathModeShift
impl Debug for SpvFPFastMathModeShift
source§impl Hash for SpvFPFastMathModeShift
impl Hash for SpvFPFastMathModeShift
source§impl PartialEq for SpvFPFastMathModeShift
impl PartialEq for SpvFPFastMathModeShift
impl Copy for SpvFPFastMathModeShift
impl Eq for SpvFPFastMathModeShift
impl StructuralPartialEq for SpvFPFastMathModeShift
Auto Trait Implementations§
impl Freeze for SpvFPFastMathModeShift
impl RefUnwindSafe for SpvFPFastMathModeShift
impl Send for SpvFPFastMathModeShift
impl Sync for SpvFPFastMathModeShift
impl Unpin for SpvFPFastMathModeShift
impl UnwindSafe for SpvFPFastMathModeShift
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)