Uses of Record Class
club.doki7.opencl.datatype.CLDevicePciBusInfoKhr
Packages that use CLDevicePciBusInfoKhr
-
Uses of CLDevicePciBusInfoKhr in club.doki7.opencl.datatype
Classes in club.doki7.opencl.datatype that implement interfaces with type arguments of type CLDevicePciBusInfoKhrModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array of cl_device_pci_bus_info_khr structure(s) in native memory.Methods in club.doki7.opencl.datatype that return CLDevicePciBusInfoKhrModifier and TypeMethodDescriptionstatic CLDevicePciBusInfoKhr
@NotNull CLDevicePciBusInfoKhr
CLDevicePciBusInfoKhr.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static CLDevicePciBusInfoKhr
CLDevicePciBusInfoKhr.clone
(Arena arena, CLDevicePciBusInfoKhr src) CLDevicePciBusInfoKhr.pciBus
(int value) CLDevicePciBusInfoKhr.pciDevice
(int value) CLDevicePciBusInfoKhr.pciDomain
(int value) CLDevicePciBusInfoKhr.pciFunction
(int value) CLDevicePciBusInfoKhr.Ptr.toArray()
Methods in club.doki7.opencl.datatype that return types with arguments of type CLDevicePciBusInfoKhrModifier and TypeMethodDescription@NotNull Iterator
<CLDevicePciBusInfoKhr> CLDevicePciBusInfoKhr.Ptr.iterator()
Methods in club.doki7.opencl.datatype with parameters of type CLDevicePciBusInfoKhrModifier and TypeMethodDescriptionstatic CLDevicePciBusInfoKhr
CLDevicePciBusInfoKhr.clone
(Arena arena, CLDevicePciBusInfoKhr src) void
CLDevicePciBusInfoKhr.Ptr.write
(long index, @NotNull CLDevicePciBusInfoKhr value) Method parameters in club.doki7.opencl.datatype with type arguments of type CLDevicePciBusInfoKhrModifier and TypeMethodDescriptionCLDevicePciBusInfoKhr.Ptr.at
(long index, @NotNull Consumer<@NotNull CLDevicePciBusInfoKhr> consumer)