#[repr(C)]pub struct RayTracingPipelineInterfaceCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub max_pipeline_ray_payload_size: u32,
pub max_pipeline_ray_hit_attribute_size: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmax_pipeline_ray_payload_size: u32max_pipeline_ray_hit_attribute_size: u32Implementations
Trait Implementations
sourceimpl Clone for RayTracingPipelineInterfaceCreateInfoKHR
impl Clone for RayTracingPipelineInterfaceCreateInfoKHR
sourcefn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
fn clone(&self) -> RayTracingPipelineInterfaceCreateInfoKHR
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Default for RayTracingPipelineInterfaceCreateInfoKHR
impl Default for RayTracingPipelineInterfaceCreateInfoKHR
sourcefn default() -> RayTracingPipelineInterfaceCreateInfoKHR
fn default() -> RayTracingPipelineInterfaceCreateInfoKHR
Returns the “default value” for a type. Read more
impl Copy for RayTracingPipelineInterfaceCreateInfoKHR
Auto Trait Implementations
impl RefUnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
impl !Send for RayTracingPipelineInterfaceCreateInfoKHR
impl !Sync for RayTracingPipelineInterfaceCreateInfoKHR
impl Unpin for RayTracingPipelineInterfaceCreateInfoKHR
impl UnwindSafe for RayTracingPipelineInterfaceCreateInfoKHR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more