Type Alias CUmemPoolProps_v1
pub type CUmemPoolProps_v1 = CUmemPoolProps_st;Aliased Type§
#[repr(C)]pub struct CUmemPoolProps_v1 {
pub allocType: CUmemAllocationType_enum,
pub handleTypes: CUmemAllocationHandleType_enum,
pub location: CUmemLocation_st,
pub win32SecurityAttributes: *mut c_void,
pub maxSize: usize,
pub reserved: [u8; 56],
}Fields§
§allocType: CUmemAllocationType_enum§handleTypes: CUmemAllocationHandleType_enum§location: CUmemLocation_st§win32SecurityAttributes: *mut c_void§maxSize: usize§reserved: [u8; 56]