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