pub struct GeometryTypeKHR(/* private fields */);
Expand description
Implementations§
Source§impl GeometryTypeKHR
impl GeometryTypeKHR
Generated from ‘VK_NV_ray_tracing’
pub const TRIANGLES_NV: Self = Self::TRIANGLES
pub const AABBS_NV: Self = Self::AABBS
Trait Implementations§
Source§impl Clone for GeometryTypeKHR
impl Clone for GeometryTypeKHR
Source§fn clone(&self) -> GeometryTypeKHR
fn clone(&self) -> GeometryTypeKHR
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 GeometryTypeKHR
impl Debug for GeometryTypeKHR
Source§impl Default for GeometryTypeKHR
impl Default for GeometryTypeKHR
Source§fn default() -> GeometryTypeKHR
fn default() -> GeometryTypeKHR
Returns the “default value” for a type. Read more
Source§impl Hash for GeometryTypeKHR
impl Hash for GeometryTypeKHR
Source§impl Ord for GeometryTypeKHR
impl Ord for GeometryTypeKHR
Source§fn cmp(&self, other: &GeometryTypeKHR) -> Ordering
fn cmp(&self, other: &GeometryTypeKHR) -> 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 GeometryTypeKHR
impl PartialEq for GeometryTypeKHR
Source§impl PartialOrd for GeometryTypeKHR
impl PartialOrd for GeometryTypeKHR
impl Copy for GeometryTypeKHR
impl Eq for GeometryTypeKHR
impl StructuralPartialEq for GeometryTypeKHR
Auto Trait Implementations§
impl Freeze for GeometryTypeKHR
impl RefUnwindSafe for GeometryTypeKHR
impl Send for GeometryTypeKHR
impl Sync for GeometryTypeKHR
impl Unpin for GeometryTypeKHR
impl UnwindSafe for GeometryTypeKHR
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
)