Trait tokio_dbus::Frame

source ·
pub unsafe trait Frame: Sealed { }
Expand description

A verbatim frame that can be stored and loaded from a buffer.

This is implemented for primitives Copy types such as u32.

§Safety

This asserts that the implementor is repr(C), and can inhabit any bit pattern.

Any type implementing Frame must have an alignment of at most 8.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Frame for f64

source§

impl Frame for i16

source§

impl Frame for i32

source§

impl Frame for i64

source§

impl Frame for u8

source§

impl Frame for u16

source§

impl Frame for u32

source§

impl Frame for u64

source§

impl Frame for MessageType

source§

impl Frame for Type

source§

impl Frame for Variant

Implementors§