[][src]Struct ash::vk::PerformanceValueTypeINTEL

#[repr(transparent)]pub struct PerformanceValueTypeINTEL(_);

https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPerformanceValueTypeINTEL.html

Methods

impl PerformanceValueTypeINTEL[src]

pub fn from_raw(x: i32) -> Self[src]

pub fn as_raw(self) -> i32[src]

impl PerformanceValueTypeINTEL[src]

pub const PERFORMANCE_VALUE_TYPE_UINT32_INTEL: Self[src]

pub const PERFORMANCE_VALUE_TYPE_UINT64_INTEL: Self[src]

pub const PERFORMANCE_VALUE_TYPE_FLOAT_INTEL: Self[src]

pub const PERFORMANCE_VALUE_TYPE_BOOL_INTEL: Self[src]

pub const PERFORMANCE_VALUE_TYPE_STRING_INTEL: Self[src]

Trait Implementations

impl Clone for PerformanceValueTypeINTEL[src]

impl Copy for PerformanceValueTypeINTEL[src]

impl Debug for PerformanceValueTypeINTEL[src]

impl Default for PerformanceValueTypeINTEL[src]

impl Eq for PerformanceValueTypeINTEL[src]

impl Hash for PerformanceValueTypeINTEL[src]

impl Ord for PerformanceValueTypeINTEL[src]

impl PartialEq<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL[src]

impl PartialOrd<PerformanceValueTypeINTEL> for PerformanceValueTypeINTEL[src]

impl StructuralEq for PerformanceValueTypeINTEL[src]

impl StructuralPartialEq for PerformanceValueTypeINTEL[src]

Auto Trait Implementations

impl RefUnwindSafe for PerformanceValueTypeINTEL

impl Send for PerformanceValueTypeINTEL

impl Sync for PerformanceValueTypeINTEL

impl Unpin for PerformanceValueTypeINTEL

impl UnwindSafe for PerformanceValueTypeINTEL

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.