Module rustbus::wire::marshal [−][src]
All things relevant to marshalling content into raw bytes
base
andcontainer
are for the Param approach that map dbus concepts to enums/structstraits
is for the trait based approach
Modules
base | Marshal base params into raw bytes |
container | Marshal container params into raw bytes |
traits | Marshal trait and implementations for the basic types |
Structs
MarshalContext |
Enums
Error |
Functions
marshal | 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 |