Module mysql_common::misc::raw::bytes[][src]

Re-exports

pub use super::int::LenEnc;

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

Representation of a serialized bytes.

Type Definitions

BareBytes with u8 len.

BareBytes with u16 len.