Struct ash::vk::ViewportCoordinateSwizzleNV
source · pub struct ViewportCoordinateSwizzleNV(/* private fields */);
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 for ViewportCoordinateSwizzleNV
impl PartialEq 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 for ViewportCoordinateSwizzleNV
impl PartialOrd 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 moreimpl Copy for ViewportCoordinateSwizzleNV
impl Eq for ViewportCoordinateSwizzleNV
impl StructuralPartialEq for ViewportCoordinateSwizzleNV
Auto Trait Implementations§
impl Freeze for ViewportCoordinateSwizzleNV
impl RefUnwindSafe for ViewportCoordinateSwizzleNV
impl Send for ViewportCoordinateSwizzleNV
impl Sync for ViewportCoordinateSwizzleNV
impl Unpin for ViewportCoordinateSwizzleNV
impl UnwindSafe for ViewportCoordinateSwizzleNV
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more