15 lines
320 B
Go
15 lines
320 B
Go
// Code generated by wit-bindgen-go. DO NOT EDIT.
|
|
|
|
package network
|
|
|
|
import (
|
|
"github.com/bytecodealliance/wasm-tools-go/cm"
|
|
"unsafe"
|
|
)
|
|
|
|
// IPv6SocketAddressShape is used for storage in variant or result types.
|
|
type IPv6SocketAddressShape struct {
|
|
_ cm.HostLayout
|
|
shape [unsafe.Sizeof(IPv6SocketAddress{})]byte
|
|
}
|