github.com/gofiber/fiber/v2@v2.47.0/internal/go-ole/variant64.go (about) 1 //go:build amd64 || arm64 || ppc64le || s390x 2 // +build amd64 arm64 ppc64le s390x 3 4 package ole 5 6 type VARIANT struct { 7 VT VT // 2 8 wReserved1 uint16 // 4 9 wReserved2 uint16 // 6 10 wReserved3 uint16 // 8 11 Val int64 // 16 12 _ [8]byte // 24 13 }