#[repr(C)]pub struct AccelerationStructureMemoryRequirementsInfoNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub ty: AccelerationStructureMemoryRequirementsTypeNV,
pub acceleration_structure: AccelerationStructureNV,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§ty: AccelerationStructureMemoryRequirementsTypeNV
§acceleration_structure: AccelerationStructureNV
Implementations§
Trait Implementations§
source§impl Clone for AccelerationStructureMemoryRequirementsInfoNV
impl Clone for AccelerationStructureMemoryRequirementsInfoNV
source§fn clone(&self) -> AccelerationStructureMemoryRequirementsInfoNV
fn clone(&self) -> AccelerationStructureMemoryRequirementsInfoNV
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 TaggedStructure for AccelerationStructureMemoryRequirementsInfoNV
impl TaggedStructure for AccelerationStructureMemoryRequirementsInfoNV
const STRUCTURE_TYPE: StructureType = StructureType::ACCELERATION_STRUCTURE_MEMORY_REQUIREMENTS_INFO_NV
impl Copy for AccelerationStructureMemoryRequirementsInfoNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureMemoryRequirementsInfoNV
impl RefUnwindSafe for AccelerationStructureMemoryRequirementsInfoNV
impl !Send for AccelerationStructureMemoryRequirementsInfoNV
impl !Sync for AccelerationStructureMemoryRequirementsInfoNV
impl Unpin for AccelerationStructureMemoryRequirementsInfoNV
impl UnwindSafe for AccelerationStructureMemoryRequirementsInfoNV
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