[−][src]Struct ash::vk::DriverId
Methods
impl DriverId
[src]
impl DriverId
[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_SWIFTSHADER: Self
[src]
Google LLC
pub const GGP_PROPRIETARY: Self
[src]
Google LLC
pub const BROADCOM_PROPRIETARY: Self
[src]
Broadcom Inc.
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const AMD_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const AMD_OPEN_SOURCE_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const MESA_RADV_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const NVIDIA_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const INTEL_PROPRIETARY_WINDOWS_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const INTEL_OPEN_SOURCE_MESA_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const IMAGINATION_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const QUALCOMM_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const ARM_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const GOOGLE_SWIFTSHADER_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const GGP_PROPRIETARY_KHR: Self
[src]
impl DriverId
[src]
Generated from 'VK_KHR_driver_properties'
pub const BROADCOM_PROPRIETARY_KHR: Self
[src]
Trait Implementations
impl Clone for DriverId
[src]
impl Copy for DriverId
[src]
impl Debug for DriverId
[src]
impl Default for DriverId
[src]
impl Eq for DriverId
[src]
impl Hash for DriverId
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Ord for DriverId
[src]
fn cmp(&self, other: &DriverId) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<DriverId> for DriverId
[src]
impl PartialOrd<DriverId> for DriverId
[src]
fn partial_cmp(&self, other: &DriverId) -> Option<Ordering>
[src]
fn lt(&self, other: &DriverId) -> bool
[src]
fn le(&self, other: &DriverId) -> bool
[src]
fn gt(&self, other: &DriverId) -> bool
[src]
fn ge(&self, other: &DriverId) -> bool
[src]
impl StructuralEq for DriverId
[src]
impl StructuralPartialEq for DriverId
[src]
Auto Trait Implementations
impl RefUnwindSafe for DriverId
impl Send for DriverId
impl Sync for DriverId
impl Unpin for DriverId
impl UnwindSafe for DriverId
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,