pub type CUmemAccessDesc_v1 = CUmemAccessDesc_st;Expand description
Memory access descriptor
Aliased Type§
#[repr(C)]pub struct CUmemAccessDesc_v1 {
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