Struct vulkanalia_sys::CuModuleCreateInfoNVX
source · [−]#[repr(C)]pub struct CuModuleCreateInfoNVX {
pub s_type: StructureType,
pub next: *const c_void,
pub data_size: usize,
pub data: *const c_void,
}Expand description
Fields
s_type: StructureTypenext: *const c_voiddata_size: usizedata: *const c_voidTrait 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 CuModuleCreateInfoNVX
impl !Send for CuModuleCreateInfoNVX
impl !Sync for CuModuleCreateInfoNVX
impl Unpin for CuModuleCreateInfoNVX
impl UnwindSafe for CuModuleCreateInfoNVX
Blanket Implementations
Mutably borrows from an owned value. Read more