#[repr(C)]pub struct RayTracingPipelineInterfaceCreateInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub maxPipelineRayPayloadSize: u32,
pub maxPipelineRayHitAttributeSize: u32,
}
Fields§
§sType: StructureType
§pNext: *const c_void
§maxPipelineRayPayloadSize: u32
§maxPipelineRayHitAttributeSize: u32
Trait Implementations§
Source§impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
Source§fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for RayTracingPipelineInterfaceCreateInfoKHR
Auto Trait Implementations§
impl Freeze for RayTracingPipelineInterfaceCreateInfoKHR
impl RefUnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
impl !Send for RayTracingPipelineInterfaceCreateInfoKHR
impl !Sync for RayTracingPipelineInterfaceCreateInfoKHR
impl Unpin for RayTracingPipelineInterfaceCreateInfoKHR
impl UnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
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