Struct dbus_udisks2::UDisks2[][src]

pub struct UDisks2 { /* fields omitted */ }

Methods

impl UDisks2
[src]

Refresh the managed objects fetched from the DBus server.

Find the drive that corresponds to the given dbus object path.

An iterator of Drive objects fetched from the inner cached managed objects.

Find the block that corresponds to the given dbus object path.

An iterator of Block objects fetched from the inner cached managed objects.

Auto Trait Implementations

impl !Send for UDisks2

impl !Sync for UDisks2