pub enum AccelerationStructureFormat {
TopLevel,
BottomLevel,
}
Variants§
Trait Implementations§
source§impl Clone for AccelerationStructureFormat
impl Clone for AccelerationStructureFormat
source§fn clone(&self) -> AccelerationStructureFormat
fn clone(&self) -> AccelerationStructureFormat
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 AccelerationStructureFormat
impl Debug for AccelerationStructureFormat
source§impl PartialEq for AccelerationStructureFormat
impl PartialEq for AccelerationStructureFormat
source§fn eq(&self, other: &AccelerationStructureFormat) -> bool
fn eq(&self, other: &AccelerationStructureFormat) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AccelerationStructureFormat
impl Eq for AccelerationStructureFormat
impl StructuralPartialEq for AccelerationStructureFormat
Auto Trait Implementations§
impl Freeze for AccelerationStructureFormat
impl RefUnwindSafe for AccelerationStructureFormat
impl Send for AccelerationStructureFormat
impl Sync for AccelerationStructureFormat
impl Unpin for AccelerationStructureFormat
impl UnwindSafe for AccelerationStructureFormat
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.