pub struct AccelerationStructureMemoryRequirementsTypeNV(/* private fields */);
Expand description
Implementations§
source§impl AccelerationStructureMemoryRequirementsTypeNV
impl AccelerationStructureMemoryRequirementsTypeNV
pub const OBJECT: Self = _
pub const BUILD_SCRATCH: Self = _
pub const UPDATE_SCRATCH: Self = _
Trait Implementations§
source§impl Clone for AccelerationStructureMemoryRequirementsTypeNV
impl Clone for AccelerationStructureMemoryRequirementsTypeNV
source§fn clone(&self) -> AccelerationStructureMemoryRequirementsTypeNV
fn clone(&self) -> AccelerationStructureMemoryRequirementsTypeNV
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 Default for AccelerationStructureMemoryRequirementsTypeNV
impl Default for AccelerationStructureMemoryRequirementsTypeNV
source§fn default() -> AccelerationStructureMemoryRequirementsTypeNV
fn default() -> AccelerationStructureMemoryRequirementsTypeNV
Returns the “default value” for a type. Read more
source§impl Ord for AccelerationStructureMemoryRequirementsTypeNV
impl Ord for AccelerationStructureMemoryRequirementsTypeNV
source§fn cmp(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> Ordering
fn cmp(&self, other: &AccelerationStructureMemoryRequirementsTypeNV) -> 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 AccelerationStructureMemoryRequirementsTypeNV
impl PartialEq for AccelerationStructureMemoryRequirementsTypeNV
source§fn 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 ==
.source§impl PartialOrd for AccelerationStructureMemoryRequirementsTypeNV
impl PartialOrd for AccelerationStructureMemoryRequirementsTypeNV
source§fn partial_cmp(
&self,
other: &AccelerationStructureMemoryRequirementsTypeNV
) -> Option<Ordering>
fn partial_cmp( &self, other: &AccelerationStructureMemoryRequirementsTypeNV ) -> 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 moreimpl Copy for AccelerationStructureMemoryRequirementsTypeNV
impl Eq for AccelerationStructureMemoryRequirementsTypeNV
impl StructuralPartialEq for AccelerationStructureMemoryRequirementsTypeNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureMemoryRequirementsTypeNV
impl RefUnwindSafe for AccelerationStructureMemoryRequirementsTypeNV
impl Send for AccelerationStructureMemoryRequirementsTypeNV
impl Sync for AccelerationStructureMemoryRequirementsTypeNV
impl Unpin for AccelerationStructureMemoryRequirementsTypeNV
impl UnwindSafe for AccelerationStructureMemoryRequirementsTypeNV
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