IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /docs/manual/basics.md). For the complete Mojo documentation index, see llms.txt.
Skip to main content
Version: Nightly
For the complete Mojo documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /docs/manual/basics.md).

DevicePointerLike

Describes the device-pointer information used during device encoding.

Implemented traits

AnyType

comptime members

PointeeType

comptime PointeeType

The type of the values referenced by this pointer.

Required methods

unsafe_ptr

def unsafe_ptr(ref self) -> Pointer[Self.PointeeType, MutAnyOrigin]

Returns the offset-adjusted raw device pointer.

Returns:

Pointer[_Self.PointeeType, MutAnyOrigin]: Device pointer as raw pointer.