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: StructureTypep_next: *const c_voidgeometry_type: GeometryTypeKHRgeometry: GeometryDataNVflags: GeometryFlagsKHRImplementations
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