Module async_rustbus::rustbus_core::wire::marshal[][src]

Expand description

All things relevant to marshalling content into raw bytes

  • base and container are for the Param approach that map dbus concepts to enums/structs
  • traits is for the trait based approach

Modules

Marshal base params into raw bytes

Marshal container params into raw bytes

Marshal trait and implementations for the basic types

Structs

Enums

Functions

This only prepares the header and dynheader fields. To send a message you still need the original message and use get_buf() to get to the contents