Struct ash::vk::AccelerationStructureNV
source · pub struct AccelerationStructureNV(/* private fields */);
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 for AccelerationStructureNV
impl PartialEq 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 for AccelerationStructureNV
impl PartialOrd 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 moresource§impl Pointer for AccelerationStructureNV
impl Pointer for AccelerationStructureNV
impl Copy for AccelerationStructureNV
impl Eq for AccelerationStructureNV
impl StructuralPartialEq for AccelerationStructureNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureNV
impl RefUnwindSafe for AccelerationStructureNV
impl Send for AccelerationStructureNV
impl Sync for AccelerationStructureNV
impl Unpin for AccelerationStructureNV
impl UnwindSafe for AccelerationStructureNV
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