[][src]Struct ash_tray::ash::vk::DriverIdKHR

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

Methods

impl DriverIdKHR[src]

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

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

impl DriverIdKHR[src]

pub const AMD_PROPRIETARY: Self[src]

Advanced Micro Devices, Inc.

pub const AMD_OPEN_SOURCE: Self[src]

Advanced Micro Devices, Inc.

pub const MESA_RADV: Self[src]

Mesa open source project

pub const NVIDIA_PROPRIETARY: Self[src]

NVIDIA Corporation

pub const INTEL_PROPRIETARY_WINDOWS: Self[src]

Intel Corporation

pub const INTEL_OPEN_SOURCE_MESA: Self[src]

Intel Corporation

pub const IMAGINATION_PROPRIETARY: Self[src]

Imagination Technologies

pub const QUALCOMM_PROPRIETARY: Self[src]

Qualcomm Technologies, Inc.

pub const ARM_PROPRIETARY: Self[src]

Arm Limited

pub const GOOGLE_PASTEL: Self[src]

Google LLC

Trait Implementations

impl Eq for DriverIdKHR[src]

impl Default for DriverIdKHR[src]

impl Clone for DriverIdKHR[src]

impl PartialOrd<DriverIdKHR> for DriverIdKHR[src]

impl PartialEq<DriverIdKHR> for DriverIdKHR[src]

impl Ord for DriverIdKHR[src]

impl Copy for DriverIdKHR[src]

impl Hash for DriverIdKHR[src]

impl Debug for DriverIdKHR[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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