Struct ash::vk::GeometryNV [−][src]
#[repr(C)]pub struct GeometryNV { pub s_type: StructureType, pub p_next: *const c_void, pub geometry_type: GeometryTypeKHR, pub geometry: GeometryDataNV, pub flags: GeometryFlagsKHR, }
Expand description
Fields
s_type: StructureType
p_next: *const c_void
geometry_type: GeometryTypeKHR
geometry: GeometryDataNV
flags: GeometryFlagsKHR
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeometryNV
impl !Send for GeometryNV
impl !Sync for GeometryNV
impl Unpin for GeometryNV
impl UnwindSafe for GeometryNV
Blanket Implementations
Mutably borrows from an owned value. Read more