Struct vulkanalia_sys::CuFunctionCreateInfoNVX
source · [−]#[repr(C)]pub struct CuFunctionCreateInfoNVX {
pub s_type: StructureType,
pub next: *const c_void,
pub module: CuModuleNVX,
pub name: *const c_char,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidmodule: CuModuleNVXname: *const c_charTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CuFunctionCreateInfoNVX
impl !Send for CuFunctionCreateInfoNVX
impl !Sync for CuFunctionCreateInfoNVX
impl Unpin for CuFunctionCreateInfoNVX
impl UnwindSafe for CuFunctionCreateInfoNVX
Blanket Implementations
Mutably borrows from an owned value. Read more