Struct rust_gpu_tools::cuda::Device
source · [−]pub struct Device { /* private fields */ }
Expand description
CUDA specific device.
Implementations
Returns the PCI-ID of the GPU, see the PciId
type for more information.
Returns the PCI-ID of the GPU if available, see the DeviceUuid
type for more
information.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Device
impl UnwindSafe for Device
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self