pub type GeometryTypeNV = GeometryTypeKHR;
Aliased Type§
struct GeometryTypeNV(pub(crate) i32);
Fields§
§0: i32
Implementations
Source§impl GeometryTypeKHR
Generated from ‘VK_NV_ray_tracing’
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