Struct dmg::Handle [] [src]

pub struct Handle(_);

Convinience handle for detaching an attached disk image.

Created with attach()

Methods

impl Handle
[src]

Detach the image, ignoring any open files.

Detach the image.

Trait Implementations

impl Debug for Handle
[src]

Formats the value using the given formatter.

impl Deref for Handle
[src]

Access the Info struct associated with this handle.

The resulting type after dereferencing

The method called to dereference a value