Struct dbus::arg::IterAppend [] [src]

pub struct IterAppend<'a>(_, _);

Helper struct for appending one or more arguments to a Message.

Methods

impl<'a> IterAppend<'a>
[src]

fn new(m: &'a mut Message) -> IterAppend<'a>

Creates a new IterAppend struct.

fn append<T: Append>(&mut self, a: T)

Appends the argument.

Trait Implementations

Derived Implementations

impl<'a> Copy for IterAppend<'a>
[src]

impl<'a> Clone for IterAppend<'a>
[src]

fn clone(&self) -> IterAppend<'a>

fn clone_from(&mut self, source: &Self)
1.0.0