Struct ash::vk::GeometryDataNV
source · #[repr(C)]pub struct GeometryDataNV {
pub triangles: GeometryTrianglesNV,
pub aabbs: GeometryAABBNV,
}
Expand description
Fields§
§triangles: GeometryTrianglesNV
§aabbs: GeometryAABBNV
Implementations§
source§impl GeometryDataNV
impl GeometryDataNV
pub fn builder<'a>() -> GeometryDataNVBuilder<'a>
Trait Implementations§
source§impl Clone for GeometryDataNV
impl Clone for GeometryDataNV
source§fn clone(&self) -> GeometryDataNV
fn clone(&self) -> GeometryDataNV
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GeometryDataNV
impl Debug for GeometryDataNV
source§impl Default for GeometryDataNV
impl Default for GeometryDataNV
source§fn default() -> GeometryDataNV
fn default() -> GeometryDataNV
Returns the “default value” for a type. Read more
impl Copy for GeometryDataNV
Auto Trait Implementations§
impl Freeze for GeometryDataNV
impl RefUnwindSafe for GeometryDataNV
impl !Send for GeometryDataNV
impl !Sync for GeometryDataNV
impl Unpin for GeometryDataNV
impl UnwindSafe for GeometryDataNV
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