Struct ash::vk::enums::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§impl PartialOrd for LineRasterizationModeKHR
impl PartialOrd for LineRasterizationModeKHR
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)