Type Alias CUmemAccessDesc_v1

Source
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: 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