Struct ash::vk::GeometryAABBNV [−][src]
#[repr(C)]pub struct GeometryAABBNV { pub s_type: StructureType, pub p_next: *const c_void, pub aabb_data: Buffer, pub num_aab_bs: u32, pub stride: u32, pub offset: DeviceSize, }
Expand description
Fields
s_type: StructureTypep_next: *const c_voidaabb_data: Buffernum_aab_bs: u32stride: u32offset: DeviceSizeImplementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for GeometryAABBNV
impl !Send for GeometryAABBNV
impl !Sync for GeometryAABBNV
impl Unpin for GeometryAABBNV
impl UnwindSafe for GeometryAABBNV
Blanket Implementations
Mutably borrows from an owned value. Read more