> ## 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::StoragePointer0Offset

Same as `StoragePointer`, but with `offset` 0, which allows for some optimizations.

## Signature

```rust theme={null}
pub struct StoragePointer0Offset {
    pub __storage_pointer_address__: StorageBaseAddress,
}
```

## Members

### **storage\_pointer\_address**

#### Signature

```rust theme={null}
pub __storage_pointer_address__: StorageBaseAddress
```
