pub type CUmemAccessDesc = CUmemAccessDesc_v1;
Expand description
Memory access descriptor
Aliased Type§
#[repr(C)]pub struct CUmemAccessDesc {
pub location: CUmemLocation_st,
pub flags: CUmemAccess_flags_enum,
}
Fields§
§location: CUmemLocation_st
< Location on which the request is to change it’s accessibility
flags: CUmemAccess_flags_enum
< ::CUmemProt accessibility flags to set on the request