Struct ash::vk::NvRayTracingInvocationReorderFn
source · pub struct NvRayTracingInvocationReorderFn {}
Implementations§
Trait Implementations§
source§impl Clone for NvRayTracingInvocationReorderFn
impl Clone for NvRayTracingInvocationReorderFn
source§fn clone(&self) -> NvRayTracingInvocationReorderFn
fn clone(&self) -> NvRayTracingInvocationReorderFn
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 moreimpl Send for NvRayTracingInvocationReorderFn
impl Sync for NvRayTracingInvocationReorderFn
Auto Trait Implementations§
impl Freeze for NvRayTracingInvocationReorderFn
impl RefUnwindSafe for NvRayTracingInvocationReorderFn
impl Unpin for NvRayTracingInvocationReorderFn
impl UnwindSafe for NvRayTracingInvocationReorderFn
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