pub type CUmulticastObjectProp = CUmulticastObjectProp_v1;
Expand description

Specifies the properties for a multicast object.

Aliased Type§

struct CUmulticastObjectProp {
    pub numDevices: u32,
    pub size: usize,
    pub handleTypes: u64,
    pub flags: u64,
}

Fields§

§numDevices: u32

The number of devices in the multicast team that will bind memory to this object

§size: usize

The maximum amount of memory that can be bound to this multicast object per device

§handleTypes: u64

Bitmask of exportable handle types (see ::CUmemAllocationHandleType) for this object

§flags: u64

Flags for future use, must be zero now