github.com/jackc/pgtype.Macaddr.Addr (field)

11 uses

	github.com/jackc/pgtype (current package)
		macaddr.go#L10: 	Addr   net.HardwareAddr
		macaddr.go#L31: 		*dst = Macaddr{Addr: addr, Status: Present}
		macaddr.go#L37: 		*dst = Macaddr{Addr: addr, Status: Present}
		macaddr.go#L63: 		return dst.Addr
		macaddr.go#L76: 			*v = make(net.HardwareAddr, len(src.Addr))
		macaddr.go#L77: 			copy(*v, src.Addr)
		macaddr.go#L80: 			*v = src.Addr.String()
		macaddr.go#L106: 	*dst = Macaddr{Addr: addr, Status: Present}
		macaddr.go#L123: 	*dst = Macaddr{Addr: addr, Status: Present}
		macaddr.go#L136: 	return append(buf, src.Addr.String()...), nil
		macaddr.go#L148: 	return append(buf, src.Addr...), nil