#[repr(C)]pub struct AccelerationStructureGeometrySpheresDataNV {
pub s_type: StructureType,
pub next: *const c_void,
pub vertex_format: Format,
pub vertex_data: DeviceOrHostAddressConstKHR,
pub vertex_stride: DeviceSize,
pub radius_format: Format,
pub radius_data: DeviceOrHostAddressConstKHR,
pub radius_stride: DeviceSize,
pub index_type: IndexType,
pub index_data: DeviceOrHostAddressConstKHR,
pub index_stride: DeviceSize,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§vertex_format: Format§vertex_data: DeviceOrHostAddressConstKHR§vertex_stride: DeviceSize§radius_format: Format§radius_data: DeviceOrHostAddressConstKHR§radius_stride: DeviceSize§index_type: IndexType§index_data: DeviceOrHostAddressConstKHR§index_stride: DeviceSizeTrait Implementations§
Source§impl Clone for AccelerationStructureGeometrySpheresDataNV
impl Clone for AccelerationStructureGeometrySpheresDataNV
Source§fn clone(&self) -> AccelerationStructureGeometrySpheresDataNV
fn clone(&self) -> AccelerationStructureGeometrySpheresDataNV
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 moreimpl Copy for AccelerationStructureGeometrySpheresDataNV
impl Send for AccelerationStructureGeometrySpheresDataNV
impl Sync for AccelerationStructureGeometrySpheresDataNV
Auto Trait Implementations§
impl Freeze for AccelerationStructureGeometrySpheresDataNV
impl RefUnwindSafe for AccelerationStructureGeometrySpheresDataNV
impl Unpin for AccelerationStructureGeometrySpheresDataNV
impl UnwindSafe for AccelerationStructureGeometrySpheresDataNV
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