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