23struct VECTOR_BLF_EXPORT SingleByteSerialEvent final {
24 SingleByteSerialEvent() =
default;
25 virtual ~SingleByteSerialEvent()
noexcept =
default;
26 SingleByteSerialEvent(
const SingleByteSerialEvent &) =
default;
27 SingleByteSerialEvent & operator=(
const SingleByteSerialEvent &) =
default;
28 SingleByteSerialEvent(SingleByteSerialEvent &&) =
default;
29 SingleByteSerialEvent & operator=(SingleByteSerialEvent &&) =
default;