Skip to main content

Mojo struct

NonNullPointer

@register_passable(trivial) struct NonNullPointer[dtype_: DType]

Fields

  • ptr (LegacyUnsafePointer[Scalar[NonNullPointer[dtype_].dtype]]):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, Movable, OptionalPointer, UnknownDestructibility

Aliases

__copyinit__is_trivial

comptime __copyinit__is_trivial = True

__del__is_trivial

comptime __del__is_trivial = True

__moveinit__is_trivial

comptime __moveinit__is_trivial = True

dtype

comptime dtype = dtype_

is_null

comptime is_null = False

Methods

__init__

__init__(ptr: LegacyUnsafePointer[Scalar[NonNullPointer[dtype_].dtype]]) -> Self

__init__(ptr: DeviceBuffer[NonNullPointer[dtype_].dtype]) -> Self

value

value(self) -> LegacyUnsafePointer[Scalar[NonNullPointer[dtype_].dtype]]

Returns:

LegacyUnsafePointer

Was this page helpful?