#[repr(C)]pub struct AccelerationStructureGeometryMotionTrianglesDataNV {
pub s_type: StructureType,
pub next: *const c_void,
pub vertex_data: DeviceOrHostAddressConstKHR,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidvertex_data: DeviceOrHostAddressConstKHRTrait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more