Module mysql_common::misc::raw::bytes

source ·

Re-exports§

Structs§

  • A byte sequence without length.
  • Constantly known byte string.
  • A byte sequence that lasts from the current position to the end of the buffer.
  • A fixed length byte sequence (right-padded with 0x00).
  • Null-terminated byte sequence.
  • Wrapper for a raw byte sequence, that came from a server.
  • A byte sequence prepended by it’s u8 length.
  • A byte sequence prepended by it’s u32 length.

Traits§

Type Aliases§