struct RayTracingDeviceExtensionFunctions {
acceleration_structure: Device,
buffer_device_address: Device,
}
Fields§
§acceleration_structure: Device
§buffer_device_address: Device
Auto Trait Implementations§
impl Freeze for RayTracingDeviceExtensionFunctions
impl RefUnwindSafe for RayTracingDeviceExtensionFunctions
impl Send for RayTracingDeviceExtensionFunctions
impl Sync for RayTracingDeviceExtensionFunctions
impl Unpin for RayTracingDeviceExtensionFunctions
impl UnwindSafe for RayTracingDeviceExtensionFunctions
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