#[repr(C)]pub struct AccelerationStructureGeometryAabbsDataKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub data: DeviceOrHostAddressConstKHR,
pub stride: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddata: DeviceOrHostAddressConstKHRstride: DeviceSizeTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more