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§impl PartialOrd for PointClippingBehavior
impl PartialOrd for PointClippingBehavior
impl 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
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
)