Struct ash::vk::LineRasterizationModeEXT
source · pub struct LineRasterizationModeEXT(/* private fields */);
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 for LineRasterizationModeEXT
impl PartialEq 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 for LineRasterizationModeEXT
impl PartialOrd 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 moreimpl Copy for LineRasterizationModeEXT
impl Eq for LineRasterizationModeEXT
impl StructuralPartialEq for LineRasterizationModeEXT
Auto Trait Implementations§
impl Freeze for LineRasterizationModeEXT
impl RefUnwindSafe for LineRasterizationModeEXT
impl Send for LineRasterizationModeEXT
impl Sync for LineRasterizationModeEXT
impl Unpin for LineRasterizationModeEXT
impl UnwindSafe for LineRasterizationModeEXT
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