#[repr(C)]pub struct ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV {
pub geometry_index_and_flags: u32,
}Expand description
Fields§
§geometry_index_and_flags: u32Trait Implementations§
Source§impl Clone for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Clone for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Source§fn clone(&self) -> ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
fn clone(&self) -> ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Returns a duplicate 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 moreimpl Copy for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
Auto Trait Implementations§
impl Freeze for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl RefUnwindSafe for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Send for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Sync for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl Unpin for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
impl UnwindSafe for ClusterAccelerationStructureGeometryIndexAndGeometryFlagsNV
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