Struct vulkanalia_sys::GeometryAABBNV
source · [−]#[repr(C)]pub struct GeometryAABBNV {
pub s_type: StructureType,
pub next: *const c_void,
pub aabb_data: Buffer,
pub num_aab_bs: u32,
pub stride: u32,
pub offset: DeviceSize,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidaabb_data: Buffernum_aab_bs: u32stride: u32offset: DeviceSizeTrait Implementations
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 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