Module rustbus::wire::marshal::traits[][src]

Marshal trait and implementations for the basic types

Structs

ObjectPath
OptimizedMarshal

!!! This assumes that you are marshalling to the platforms byteorder !!!

SignatureBuffer

SignatureBuffer is used to store static or dynamic signatures and avoid allocations if possible. It is a wrapper around Cow.

SignatureWrapper

Traits

Marshal

The Marshal trait allows to push any type onto an message_builder::OutMessage as a parameter. There are some useful implementations here for slices and hashmaps which map to arrays and dicts in the dbus message.

Signature