Struct ash::vk::AccelerationStructureKHR
source · pub struct AccelerationStructureKHR(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for AccelerationStructureKHR
impl Clone for AccelerationStructureKHR
source§fn clone(&self) -> AccelerationStructureKHR
fn clone(&self) -> AccelerationStructureKHR
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 AccelerationStructureKHR
impl Debug for AccelerationStructureKHR
source§impl Default for AccelerationStructureKHR
impl Default for AccelerationStructureKHR
source§fn default() -> AccelerationStructureKHR
fn default() -> AccelerationStructureKHR
Returns the “default value” for a type. Read more
source§impl Handle for AccelerationStructureKHR
impl Handle for AccelerationStructureKHR
source§impl Hash for AccelerationStructureKHR
impl Hash for AccelerationStructureKHR
source§impl Ord for AccelerationStructureKHR
impl Ord for AccelerationStructureKHR
source§fn cmp(&self, other: &AccelerationStructureKHR) -> Ordering
fn cmp(&self, other: &AccelerationStructureKHR) -> 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 AccelerationStructureKHR
impl PartialEq for AccelerationStructureKHR
source§fn eq(&self, other: &AccelerationStructureKHR) -> bool
fn eq(&self, other: &AccelerationStructureKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for AccelerationStructureKHR
impl PartialOrd for AccelerationStructureKHR
source§fn partial_cmp(&self, other: &AccelerationStructureKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &AccelerationStructureKHR) -> 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 AccelerationStructureKHR
impl Pointer for AccelerationStructureKHR
impl Copy for AccelerationStructureKHR
impl Eq for AccelerationStructureKHR
impl StructuralPartialEq for AccelerationStructureKHR
Auto Trait Implementations§
impl Freeze for AccelerationStructureKHR
impl RefUnwindSafe for AccelerationStructureKHR
impl Send for AccelerationStructureKHR
impl Sync for AccelerationStructureKHR
impl Unpin for AccelerationStructureKHR
impl UnwindSafe for AccelerationStructureKHR
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