Struct ash::vk::TessellationDomainOrigin
source · #[repr(transparent)]pub struct TessellationDomainOrigin(_);
Expand description
Implementations§
source§impl TessellationDomainOrigin
impl TessellationDomainOrigin
pub const UPPER_LEFT: Self = _
pub const LOWER_LEFT: Self = _
source§impl TessellationDomainOrigin
impl TessellationDomainOrigin
Generated from ‘VK_KHR_maintenance2’
pub const UPPER_LEFT_KHR: Self = Self::UPPER_LEFT
pub const LOWER_LEFT_KHR: Self = Self::LOWER_LEFT
Trait Implementations§
source§impl Clone for TessellationDomainOrigin
impl Clone for TessellationDomainOrigin
source§fn clone(&self) -> TessellationDomainOrigin
fn clone(&self) -> TessellationDomainOrigin
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 Debug for TessellationDomainOrigin
impl Debug for TessellationDomainOrigin
source§impl Default for TessellationDomainOrigin
impl Default for TessellationDomainOrigin
source§fn default() -> TessellationDomainOrigin
fn default() -> TessellationDomainOrigin
Returns the “default value” for a type. Read more
source§impl Hash for TessellationDomainOrigin
impl Hash for TessellationDomainOrigin
source§impl Ord for TessellationDomainOrigin
impl Ord for TessellationDomainOrigin
source§fn cmp(&self, other: &TessellationDomainOrigin) -> Ordering
fn cmp(&self, other: &TessellationDomainOrigin) -> 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<TessellationDomainOrigin> for TessellationDomainOrigin
impl PartialEq<TessellationDomainOrigin> for TessellationDomainOrigin
source§fn eq(&self, other: &TessellationDomainOrigin) -> bool
fn eq(&self, other: &TessellationDomainOrigin) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<TessellationDomainOrigin> for TessellationDomainOrigin
impl PartialOrd<TessellationDomainOrigin> for TessellationDomainOrigin
source§fn partial_cmp(&self, other: &TessellationDomainOrigin) -> Option<Ordering>
fn partial_cmp(&self, other: &TessellationDomainOrigin) -> 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