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