Struct ash::vk::GeometryDataNV [−][src]
#[repr(C)]pub struct GeometryDataNV { pub triangles: GeometryTrianglesNV, pub aabbs: GeometryAABBNV, }
Expand description
Fields
triangles: GeometryTrianglesNV
aabbs: GeometryAABBNV
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeometryDataNV
impl !Send for GeometryDataNV
impl !Sync for GeometryDataNV
impl Unpin for GeometryDataNV
impl UnwindSafe for GeometryDataNV
Blanket Implementations
Mutably borrows from an owned value. Read more