Struct ash::vk::GeometryNV
source · #[repr(C)]pub struct GeometryNV {
pub s_type: StructureType,
pub p_next: *const c_void,
pub geometry_type: GeometryTypeKHR,
pub geometry: GeometryDataNV,
pub flags: GeometryFlagsKHR,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§geometry_type: GeometryTypeKHR
§geometry: GeometryDataNV
§flags: GeometryFlagsKHR
Implementations§
source§impl GeometryNV
impl GeometryNV
pub fn builder<'a>() -> GeometryNVBuilder<'a>
Trait Implementations§
source§impl Clone for GeometryNV
impl Clone for GeometryNV
source§fn clone(&self) -> GeometryNV
fn clone(&self) -> GeometryNV
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 GeometryNV
impl Debug for GeometryNV
source§impl Default for GeometryNV
impl Default for GeometryNV
source§impl TaggedStructure for GeometryNV
impl TaggedStructure for GeometryNV
const STRUCTURE_TYPE: StructureType = StructureType::GEOMETRY_NV
impl Copy for GeometryNV
Auto Trait Implementations§
impl Freeze for GeometryNV
impl RefUnwindSafe for GeometryNV
impl !Send for GeometryNV
impl !Sync for GeometryNV
impl Unpin for GeometryNV
impl UnwindSafe for GeometryNV
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