[][src]Trait dbus::arg::FixedArray

pub unsafe trait FixedArray: Arg + 'static + Clone + Copy { }

If a type implements this trait, it means the size and alignment is the same as in D-Bus. This means that you can quickly append and get slices of this type.

Note: Booleans do not implement this trait because D-Bus booleans are 4 bytes and Rust booleans are 1 byte.

Implementations on Foreign Types

impl FixedArray for u8[src]

impl FixedArray for i16[src]

impl FixedArray for u16[src]

impl FixedArray for i32[src]

impl FixedArray for u32[src]

impl FixedArray for i64[src]

impl FixedArray for u64[src]

impl FixedArray for f64[src]

Loading content...

Implementors

Loading content...