Struct dbus::tree::MTFnMut[][src]

pub struct MTFnMut<D = ()>(_);

An abstract type to represent FnMut functions.

Trait Implementations

impl<D: Default> Default for MTFnMut<D>
[src]

Returns the "default value" for a type. Read more

impl<D: Debug> Debug for MTFnMut<D>
[src]

Formats the value using the given formatter. Read more

impl<D: Copy> Copy for MTFnMut<D>
[src]

impl<D: Clone> Clone for MTFnMut<D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<D: DataType> MethodType<D> for MTFnMut<D>
[src]

For internal use.

For internal use.

For internal use.

For internal use.

For internal use.

For internal use.

Important traits for Box<R>

For internal use.

Important traits for Box<R>

For internal use.

Auto Trait Implementations

impl<D = ()> !Send for MTFnMut<D>

impl<D = ()> !Sync for MTFnMut<D>