Struct dmg::With [] [src]

pub struct With(_);

An attached disk image handle that detaches it when dropped.

Created with with()

Trait Implementations

impl Debug for With
[src]

Formats the value using the given formatter.

impl Deref for With
[src]

Access the Info struct associated with this handle.

The resulting type after dereferencing

The method called to dereference a value

impl Drop for With
[src]

Detach the disk image on drop

A method called when the value goes out of scope. Read more