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