Struct dbus::tree::MTFn[][src]

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

An abstract type to represent Fn functions.

Trait Implementations

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

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

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

Formats the value using the given formatter. Read more

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<D: DataType> MethodType<D> for MTFn<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 MTFn<D>

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