> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage::StorageAsPointer

Trait for converting a storage member to a `StoragePointer0Offset`.

## Signature

```rust theme={null}
pub trait StorageAsPointer
```

## Trait functions

### as\_ptr

#### Signature

```rust theme={null}
fn as_ptr(self: @TMemberState) -> StoragePointer0OffsetValue>
```

## Trait types

### Value

#### Signature

```rust theme={null}
type Value;
```
