Struct vulkanalia_sys::GeometryDataNV
source · [−]#[repr(C)]pub struct GeometryDataNV {
pub triangles: GeometryTrianglesNV,
pub aabbs: GeometryAABBNV,
}Expand description
Fields
triangles: GeometryTrianglesNVaabbs: GeometryAABBNVTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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