Struct dbus::tree::MTSync[][src]

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

An abstract type to represent Fn + Send + Sync functions (that can be called from several threads in parallel).

Trait Implementations

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

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

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

Formats the value using the given formatter. Read more

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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