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