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