Enum cuda::runtime::CudaMemcpyKind [] [src]

pub enum CudaMemcpyKind {
    HostToHost,
    HostToDevice,
    DeviceToHost,
    DeviceToDevice,
    Unified,
}

Variants

Methods

impl CudaMemcpyKind
[src]

Trait Implementations

impl Clone for CudaMemcpyKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CudaMemcpyKind
[src]

impl Debug for CudaMemcpyKind
[src]

Formats the value using the given formatter.