#[repr(transparent)]pub struct AccelerationStructureMemoryRequirementsTypeNV(_);Expand description
Implementations
sourceimpl AccelerationStructureMemoryRequirementsTypeNV
impl AccelerationStructureMemoryRequirementsTypeNV
pub const OBJECT: AccelerationStructureMemoryRequirementsTypeNV = Self(0)
pub const BUILD_SCRATCH: AccelerationStructureMemoryRequirementsTypeNV = Self(1)
pub const UPDATE_SCRATCH: AccelerationStructureMemoryRequirementsTypeNV = Self(2)
Trait Implementations
sourceimpl Clone for AccelerationStructureMemoryRequirementsTypeNV
impl Clone for AccelerationStructureMemoryRequirementsTypeNV
sourcefn clone(&self) -> AccelerationStructureMemoryRequirementsTypeNV
fn clone(&self) -> AccelerationStructureMemoryRequirementsTypeNV
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 Default for AccelerationStructureMemoryRequirementsTypeNV
impl Default for AccelerationStructureMemoryRequirementsTypeNV
sourcefn default() -> AccelerationStructureMemoryRequirementsTypeNV
fn default() -> AccelerationStructureMemoryRequirementsTypeNV
Returns the “default value” for a type. Read more
sourceimpl Ord for AccelerationStructureMemoryRequirementsTypeNV
impl Ord for AccelerationStructureMemoryRequirementsTypeNV
sourceimpl PartialEq<AccelerationStructureMemoryRequirementsTypeNV> for AccelerationStructureMemoryRequirementsTypeNV
impl PartialEq<AccelerationStructureMemoryRequirementsTypeNV> for AccelerationStructureMemoryRequirementsTypeNV
sourcefn eq(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> bool
fn eq(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> bool
fn ne(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> bool
This method tests for !=.
sourceimpl PartialOrd<AccelerationStructureMemoryRequirementsTypeNV> for AccelerationStructureMemoryRequirementsTypeNV
impl PartialOrd<AccelerationStructureMemoryRequirementsTypeNV> for AccelerationStructureMemoryRequirementsTypeNV
sourcefn partial_cmp(
&self,
other: &AccelerationStructureMemoryRequirementsTypeNV
) -> Option<Ordering>
fn partial_cmp(
&self,
other: &AccelerationStructureMemoryRequirementsTypeNV
) -> 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
impl Copy for AccelerationStructureMemoryRequirementsTypeNV
impl Eq for AccelerationStructureMemoryRequirementsTypeNV
impl StructuralEq for AccelerationStructureMemoryRequirementsTypeNV
impl StructuralPartialEq for AccelerationStructureMemoryRequirementsTypeNV
Auto Trait Implementations
impl RefUnwindSafe for AccelerationStructureMemoryRequirementsTypeNV
impl Send for AccelerationStructureMemoryRequirementsTypeNV
impl Sync for AccelerationStructureMemoryRequirementsTypeNV
impl Unpin for AccelerationStructureMemoryRequirementsTypeNV
impl UnwindSafe for AccelerationStructureMemoryRequirementsTypeNV
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