Struct ash::vk::AccelerationStructureNV
source · #[repr(transparent)]pub struct AccelerationStructureNV(_);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for AccelerationStructureNV
impl Clone for AccelerationStructureNV
source§fn clone(&self) -> AccelerationStructureNV
fn clone(&self) -> AccelerationStructureNV
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 AccelerationStructureNV
impl Debug for AccelerationStructureNV
source§impl Default for AccelerationStructureNV
impl Default for AccelerationStructureNV
source§fn default() -> AccelerationStructureNV
fn default() -> AccelerationStructureNV
Returns the “default value” for a type. Read more
source§impl Handle for AccelerationStructureNV
impl Handle for AccelerationStructureNV
source§impl Hash for AccelerationStructureNV
impl Hash for AccelerationStructureNV
source§impl Ord for AccelerationStructureNV
impl Ord for AccelerationStructureNV
source§fn cmp(&self, other: &AccelerationStructureNV) -> Ordering
fn cmp(&self, other: &AccelerationStructureNV) -> 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<AccelerationStructureNV> for AccelerationStructureNV
impl PartialEq<AccelerationStructureNV> for AccelerationStructureNV
source§fn eq(&self, other: &AccelerationStructureNV) -> bool
fn eq(&self, other: &AccelerationStructureNV) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AccelerationStructureNV> for AccelerationStructureNV
impl PartialOrd<AccelerationStructureNV> for AccelerationStructureNV
source§fn partial_cmp(&self, other: &AccelerationStructureNV) -> Option<Ordering>
fn partial_cmp(&self, other: &AccelerationStructureNV) -> 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 more