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