Struct screen_13::prelude::vk::CuFunctionCreateInfoNVX
source · pub struct CuFunctionCreateInfoNVX {
pub s_type: StructureType,
pub p_next: *const c_void,
pub module: CuModuleNVX,
pub p_name: *const i8,
}Expand description
Fields§
§s_type: StructureType§p_next: *const c_void§module: CuModuleNVX§p_name: *const i8Implementations§
source§impl CuFunctionCreateInfoNVX
impl CuFunctionCreateInfoNVX
pub fn builder<'a>() -> CuFunctionCreateInfoNVXBuilder<'a>
Trait Implementations§
source§impl Clone for CuFunctionCreateInfoNVX
impl Clone for CuFunctionCreateInfoNVX
source§fn clone(&self) -> CuFunctionCreateInfoNVX
fn clone(&self) -> CuFunctionCreateInfoNVX
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 moresource§impl Debug for CuFunctionCreateInfoNVX
impl Debug for CuFunctionCreateInfoNVX
source§impl Default for CuFunctionCreateInfoNVX
impl Default for CuFunctionCreateInfoNVX
source§fn default() -> CuFunctionCreateInfoNVX
fn default() -> CuFunctionCreateInfoNVX
Returns the “default value” for a type. Read more