#[repr(transparent)]pub struct PointClippingBehavior(_);Expand description
Implementations
sourceimpl PointClippingBehavior
impl PointClippingBehavior
pub const ALL_CLIP_PLANES: PointClippingBehavior = Self(0)
pub const USER_CLIP_PLANES_ONLY: PointClippingBehavior = Self(1)
sourceimpl PointClippingBehavior
impl PointClippingBehavior
Generated from ‘VK_KHR_maintenance2’
pub const ALL_CLIP_PLANES_KHR: PointClippingBehavior = Self::ALL_CLIP_PLANES
pub const USER_CLIP_PLANES_ONLY_KHR: PointClippingBehavior = Self::USER_CLIP_PLANES_ONLY
Trait Implementations
sourceimpl Clone for PointClippingBehavior
impl Clone for PointClippingBehavior
sourcefn clone(&self) -> PointClippingBehavior
fn clone(&self) -> PointClippingBehavior
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PointClippingBehavior
impl Debug for PointClippingBehavior
sourceimpl Default for PointClippingBehavior
impl Default for PointClippingBehavior
sourcefn default() -> PointClippingBehavior
fn default() -> PointClippingBehavior
Returns the “default value” for a type. Read more
sourceimpl Hash for PointClippingBehavior
impl Hash for PointClippingBehavior
sourceimpl Ord for PointClippingBehavior
impl Ord for PointClippingBehavior
sourceimpl PartialEq<PointClippingBehavior> for PointClippingBehavior
impl PartialEq<PointClippingBehavior> for PointClippingBehavior
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PointClippingBehavior) -> bool
fn ne(&self, other: &PointClippingBehavior) -> bool
This method tests for !=.
sourceimpl PartialOrd<PointClippingBehavior> for PointClippingBehavior
impl PartialOrd<PointClippingBehavior> for PointClippingBehavior
sourcefn partial_cmp(&self, other: &PointClippingBehavior) -> Option<Ordering>
fn partial_cmp(&self, other: &PointClippingBehavior) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
impl Copy for PointClippingBehavior
impl Eq for PointClippingBehavior
impl StructuralEq for PointClippingBehavior
impl StructuralPartialEq for PointClippingBehavior
Auto Trait Implementations
impl RefUnwindSafe for PointClippingBehavior
impl Send for PointClippingBehavior
impl Sync for PointClippingBehavior
impl Unpin for PointClippingBehavior
impl UnwindSafe for PointClippingBehavior
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more