# UringBuffer

`import { UringBuffer } from "destack:io/binding";`

Fixed buffer registration entry.

```ds title="UringBuffer"
export struct UringBuffer {
    address: uint64;
    byteCount: uint32;
}
```

[language/library/src/io/binding/uring.ds:32:37](https://github.com/destack-sh/destack/blob/main/language/library/src/io/binding/uring.ds#L32-L37)

## Members

### `address: uint64`

Buffer address.

### `byteCount: uint32`

Buffer byte length.
