#[repr(C)]pub struct VkGeometryDataNV {
pub triangles: VkGeometryTrianglesNV,
pub aabbs: VkGeometryAABBNV,
}
Fields§
§triangles: VkGeometryTrianglesNV
§aabbs: VkGeometryAABBNV
Trait Implementations§
Source§impl Clone for VkGeometryDataNV
impl Clone for VkGeometryDataNV
Source§fn clone(&self) -> VkGeometryDataNV
fn clone(&self) -> VkGeometryDataNV
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 VkGeometryDataNV
impl Default for VkGeometryDataNV
impl Copy for VkGeometryDataNV
Auto Trait Implementations§
impl Freeze for VkGeometryDataNV
impl RefUnwindSafe for VkGeometryDataNV
impl !Send for VkGeometryDataNV
impl !Sync for VkGeometryDataNV
impl Unpin for VkGeometryDataNV
impl UnwindSafe for VkGeometryDataNV
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