pub type CUmemAllocationProp = CUmemAllocationProp_st;Aliased Type§
#[repr(C)]pub struct CUmemAllocationProp {
pub type_: CUmemAllocationType_enum,
pub requestedHandleTypes: CUmemAllocationHandleType_enum,
pub location: CUmemLocation_st,
pub win32HandleMetaData: *mut c_void,
pub reserved: u64,
}Fields§
§type_: CUmemAllocationType_enum§requestedHandleTypes: CUmemAllocationHandleType_enum§location: CUmemLocation_st§win32HandleMetaData: *mut c_void§reserved: u64