#[repr(transparent)]pub struct AccelerationStructureKHR(_);Expand description
Implementations
sourceimpl AccelerationStructureKHR
impl AccelerationStructureKHR
pub const fn null() -> AccelerationStructureKHR
Trait Implementations
sourceimpl Clone for AccelerationStructureKHR
impl Clone for AccelerationStructureKHR
sourcefn clone(&self) -> AccelerationStructureKHR
fn clone(&self) -> AccelerationStructureKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for AccelerationStructureKHR
impl Debug for AccelerationStructureKHR
sourceimpl Default for AccelerationStructureKHR
impl Default for AccelerationStructureKHR
sourcefn default() -> AccelerationStructureKHR
fn default() -> AccelerationStructureKHR
Returns the “default value” for a type. Read more
sourceimpl Handle for AccelerationStructureKHR
impl Handle for AccelerationStructureKHR
const TYPE: ObjectType = ObjectType::ACCELERATION_STRUCTURE_KHR
fn as_raw(self) -> u64
fn from_raw(x: u64) -> AccelerationStructureKHR
sourceimpl Hash for AccelerationStructureKHR
impl Hash for AccelerationStructureKHR
sourceimpl Ord for AccelerationStructureKHR
impl Ord for AccelerationStructureKHR
sourceimpl PartialEq<AccelerationStructureKHR> for AccelerationStructureKHR
impl PartialEq<AccelerationStructureKHR> for AccelerationStructureKHR
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &AccelerationStructureKHR) -> bool
fn ne(&self, other: &AccelerationStructureKHR) -> bool
This method tests for !=.
sourceimpl PartialOrd<AccelerationStructureKHR> for AccelerationStructureKHR
impl PartialOrd<AccelerationStructureKHR> for AccelerationStructureKHR
sourcefn partial_cmp(&self, other: &AccelerationStructureKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &AccelerationStructureKHR) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn 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
sourceimpl Pointer for AccelerationStructureKHR
impl Pointer for AccelerationStructureKHR
impl Copy for AccelerationStructureKHR
impl Eq for AccelerationStructureKHR
impl StructuralEq for AccelerationStructureKHR
impl StructuralPartialEq for AccelerationStructureKHR
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureKHR
impl Send for AccelerationStructureKHR
impl Sync for AccelerationStructureKHR
impl Unpin for AccelerationStructureKHR
impl UnwindSafe for AccelerationStructureKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more