Skip to main content
Log in

Mojo struct

Handle

struct Handle[backend: Backend = _resolve_backend[linalg::vendor_blas::Backend,::DType]()]

Aliases

  • resolved_backend = _resolve_backend[linalg::vendor_blas::Backend,::DType]():
  • type = Variant[UnsafePointer[NoneType], UnsafePointer[NoneType], Handle, UnsafePointer[NoneType]]:

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

Methods

__init__

__init__(out self)

__is__

__is__(self, other: Backend) -> Bool

__isnot__

__isnot__(self, other: Backend) -> Bool

__enter__

__enter__(self) -> Self

__exit__

__exit__(mut self)

Was this page helpful?