Struct screen_13::prelude::vk::DirectDriverLoadingModeLUNARG
source · pub struct DirectDriverLoadingModeLUNARG(_);Expand description
Implementations§
source§impl DirectDriverLoadingModeLUNARG
impl DirectDriverLoadingModeLUNARG
pub const EXCLUSIVE: DirectDriverLoadingModeLUNARG = Self(0)
pub const INCLUSIVE: DirectDriverLoadingModeLUNARG = Self(1)
Trait Implementations§
source§impl Clone for DirectDriverLoadingModeLUNARG
impl Clone for DirectDriverLoadingModeLUNARG
source§fn clone(&self) -> DirectDriverLoadingModeLUNARG
fn clone(&self) -> DirectDriverLoadingModeLUNARG
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 Default for DirectDriverLoadingModeLUNARG
impl Default for DirectDriverLoadingModeLUNARG
source§fn default() -> DirectDriverLoadingModeLUNARG
fn default() -> DirectDriverLoadingModeLUNARG
Returns the “default value” for a type. Read more
source§impl Hash for DirectDriverLoadingModeLUNARG
impl Hash for DirectDriverLoadingModeLUNARG
source§impl Ord for DirectDriverLoadingModeLUNARG
impl Ord for DirectDriverLoadingModeLUNARG
source§fn cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Ordering
fn cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<DirectDriverLoadingModeLUNARG> for DirectDriverLoadingModeLUNARG
impl PartialEq<DirectDriverLoadingModeLUNARG> for DirectDriverLoadingModeLUNARG
source§fn eq(&self, other: &DirectDriverLoadingModeLUNARG) -> bool
fn eq(&self, other: &DirectDriverLoadingModeLUNARG) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<DirectDriverLoadingModeLUNARG> for DirectDriverLoadingModeLUNARG
impl PartialOrd<DirectDriverLoadingModeLUNARG> for DirectDriverLoadingModeLUNARG
source§fn partial_cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Option<Ordering>
fn partial_cmp(&self, other: &DirectDriverLoadingModeLUNARG) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
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