Type Alias vulkanalia::vk::DriverIdKHR

source ·
pub type DriverIdKHR = DriverId;
Expand description

Aliased Type§

struct DriverIdKHR(/* private fields */);

Implementations§

source§

impl DriverId

source

pub const AMD_PROPRIETARY: DriverId = _

source

pub const AMD_OPEN_SOURCE: DriverId = _

source

pub const MESA_RADV: DriverId = _

source

pub const NVIDIA_PROPRIETARY: DriverId = _

source

pub const INTEL_PROPRIETARY_WINDOWS: DriverId = _

source

pub const INTEL_OPEN_SOURCE_MESA: DriverId = _

source

pub const IMAGINATION_PROPRIETARY: DriverId = _

source

pub const QUALCOMM_PROPRIETARY: DriverId = _

source

pub const ARM_PROPRIETARY: DriverId = _

source

pub const GOOGLE_SWIFTSHADER: DriverId = _

source

pub const GGP_PROPRIETARY: DriverId = _

source

pub const BROADCOM_PROPRIETARY: DriverId = _

source

pub const MESA_LLVMPIPE: DriverId = _

source

pub const MOLTENVK: DriverId = _

source

pub const COREAVI_PROPRIETARY: DriverId = _

source

pub const JUICE_PROPRIETARY: DriverId = _

source

pub const VERISILICON_PROPRIETARY: DriverId = _

source

pub const MESA_TURNIP: DriverId = _

source

pub const MESA_V3DV: DriverId = _

source

pub const MESA_PANVK: DriverId = _

source

pub const SAMSUNG_PROPRIETARY: DriverId = _

source

pub const MESA_VENUS: DriverId = _

source

pub const MESA_DOZEN: DriverId = _

source

pub const MESA_NVK: DriverId = _

source

pub const IMAGINATION_OPEN_SOURCE_MESA: DriverId = _

source

pub const fn from_raw(value: i32) -> DriverId

Constructs an instance of this enum with the supplied underlying value.

source

pub const fn as_raw(self) -> i32

Gets the underlying value for this enum instance.

Trait Implementations§

source§

impl Clone for DriverId

source§

fn clone(&self) -> DriverId

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for DriverId

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
source§

impl Default for DriverId

source§

fn default() -> DriverId

Returns the “default value” for a type. Read more
source§

impl Hash for DriverId

source§

fn hash<__H>(&self, state: &mut __H)where __H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · source§

fn hash_slice<H>(data: &[Self], state: &mut H)where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
source§

impl Ord for DriverId

source§

fn cmp(&self, other: &DriverId) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 · source§

fn max(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 · source§

fn min(self, other: Self) -> Selfwhere Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 · source§

fn clamp(self, min: Self, max: Self) -> Selfwhere Self: Sized + PartialOrd<Self>,

Restrict a value to a certain interval. Read more
source§

impl PartialEq<DriverId> for DriverId

source§

fn eq(&self, other: &DriverId) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl PartialOrd<DriverId> for DriverId

source§

fn partial_cmp(&self, other: &DriverId) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 · source§

fn lt(&self, other: &Rhs) -> bool

This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · source§

fn le(&self, other: &Rhs) -> bool

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 · source§

fn gt(&self, other: &Rhs) -> bool

This method tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 · source§

fn ge(&self, other: &Rhs) -> bool

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
source§

impl Copy for DriverId

source§

impl Eq for DriverId

source§

impl StructuralEq for DriverId

source§

impl StructuralPartialEq for DriverId