#[repr(C)]pub struct VkGeometryAABBNV {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub aabbData: VkBuffer,
pub numAABBs: u32,
pub stride: u32,
pub offset: VkDeviceSize,
}
Fields§
§sType: VkStructureType
§pNext: *const c_void
§aabbData: VkBuffer
§numAABBs: u32
§stride: u32
§offset: VkDeviceSize
Trait Implementations§
Source§impl Clone for VkGeometryAABBNV
impl Clone for VkGeometryAABBNV
Source§fn clone(&self) -> VkGeometryAABBNV
fn clone(&self) -> VkGeometryAABBNV
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for VkGeometryAABBNV
impl Default for VkGeometryAABBNV
impl Copy for VkGeometryAABBNV
Auto Trait Implementations§
impl Freeze for VkGeometryAABBNV
impl RefUnwindSafe for VkGeometryAABBNV
impl !Send for VkGeometryAABBNV
impl !Sync for VkGeometryAABBNV
impl Unpin for VkGeometryAABBNV
impl UnwindSafe for VkGeometryAABBNV
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more