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