#[repr(transparent)]pub struct TessellationDomainOrigin(_);Expand description
Implementations
sourceimpl TessellationDomainOrigin
impl TessellationDomainOrigin
pub const UPPER_LEFT: TessellationDomainOrigin = Self(0)
pub const LOWER_LEFT: TessellationDomainOrigin = Self(1)
sourceimpl TessellationDomainOrigin
impl TessellationDomainOrigin
Generated from ‘VK_KHR_maintenance2’
pub const UPPER_LEFT_KHR: TessellationDomainOrigin = Self::UPPER_LEFT
pub const LOWER_LEFT_KHR: TessellationDomainOrigin = Self::LOWER_LEFT
Trait Implementations
sourceimpl Clone for TessellationDomainOrigin
impl Clone for TessellationDomainOrigin
sourcefn clone(&self) -> TessellationDomainOrigin
fn clone(&self) -> TessellationDomainOrigin
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TessellationDomainOrigin
impl Debug for TessellationDomainOrigin
sourceimpl Default for TessellationDomainOrigin
impl Default for TessellationDomainOrigin
sourcefn default() -> TessellationDomainOrigin
fn default() -> TessellationDomainOrigin
Returns the “default value” for a type. Read more
sourceimpl Hash for TessellationDomainOrigin
impl Hash for TessellationDomainOrigin
sourceimpl Ord for TessellationDomainOrigin
impl Ord for TessellationDomainOrigin
sourceimpl PartialEq<TessellationDomainOrigin> for TessellationDomainOrigin
impl PartialEq<TessellationDomainOrigin> for TessellationDomainOrigin
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &TessellationDomainOrigin) -> bool
fn ne(&self, other: &TessellationDomainOrigin) -> bool
This method tests for !=.
sourceimpl PartialOrd<TessellationDomainOrigin> for TessellationDomainOrigin
impl PartialOrd<TessellationDomainOrigin> for TessellationDomainOrigin
sourcefn partial_cmp(&self, other: &TessellationDomainOrigin) -> Option<Ordering>
fn partial_cmp(&self, other: &TessellationDomainOrigin) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
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 · sourcefn 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
impl Copy for TessellationDomainOrigin
impl Eq for TessellationDomainOrigin
impl StructuralEq for TessellationDomainOrigin
impl StructuralPartialEq for TessellationDomainOrigin
Auto Trait Implementations
impl RefUnwindSafe for TessellationDomainOrigin
impl Send for TessellationDomainOrigin
impl Sync for TessellationDomainOrigin
impl Unpin for TessellationDomainOrigin
impl UnwindSafe for TessellationDomainOrigin
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more