#[repr(C)]pub struct AccelerationStructureBuildSizesInfoKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub acceleration_structure_size: DeviceSize,
pub update_scratch_size: DeviceSize,
pub build_scratch_size: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§acceleration_structure_size: DeviceSize§update_scratch_size: DeviceSize§build_scratch_size: DeviceSizeTrait Implementations§
Source§impl Clone for AccelerationStructureBuildSizesInfoKHR
impl Clone for AccelerationStructureBuildSizesInfoKHR
Source§fn clone(&self) -> AccelerationStructureBuildSizesInfoKHR
fn clone(&self) -> AccelerationStructureBuildSizesInfoKHR
Returns a duplicate 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 PartialEq for AccelerationStructureBuildSizesInfoKHR
impl PartialEq for AccelerationStructureBuildSizesInfoKHR
Source§fn eq(&self, other: &AccelerationStructureBuildSizesInfoKHR) -> bool
fn eq(&self, other: &AccelerationStructureBuildSizesInfoKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AccelerationStructureBuildSizesInfoKHR
impl Eq for AccelerationStructureBuildSizesInfoKHR
impl Send for AccelerationStructureBuildSizesInfoKHR
impl StructuralPartialEq for AccelerationStructureBuildSizesInfoKHR
impl Sync for AccelerationStructureBuildSizesInfoKHR
Auto Trait Implementations§
impl Freeze for AccelerationStructureBuildSizesInfoKHR
impl RefUnwindSafe for AccelerationStructureBuildSizesInfoKHR
impl Unpin for AccelerationStructureBuildSizesInfoKHR
impl UnwindSafe for AccelerationStructureBuildSizesInfoKHR
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